AggregateFunctionResultFormatString Property |
Gets or sets a string that is used to format the result value.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string ResultFormatString { get; set; }
Public Overridable Property ResultFormatString As String
Get
Set
public:
virtual property String^ ResultFormatString {
String^ get ();
void set (String^ value);
}
abstract ResultFormatString : string with get, set
override ResultFormatString : string with get, set
Property Value
Type:
StringThe format string.
See Also