GridBoundColumnDataFormatString Property |
Gets or sets the string that specifies the display format for items in the
column.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual string DataFormatString { get; set; }
Public Overridable Property DataFormatString As String
Get
Set
public:
virtual property String^ DataFormatString {
String^ get ();
void set (String^ value);
}
abstract DataFormatString : string with get, set
override DataFormatString : string with get, set
Property Value
Type:
StringSee Also