GridColumnColumnType Property |
Gets the string representation of the type-name of this instance. The value is
used by KaxGrid to determine the type of the columns persisted into the ViewState, when
recreating the grid after postback. The value is also used by the grid client-side
object. This property is read only.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string ColumnType { get; }
Public ReadOnly Property ColumnType As String
Get
public:
property String^ ColumnType {
String^ get ();
}
member ColumnType : string with get
Property Value
Type:
StringSee Also