Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ColumnType { get; }

Property Value

Type: String
See Also