GridColumnDataType Property |
Gets or sets (see the Remarks) the type of the data from the DataField as it
was set in the DataSource.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public Type DataType { get; set; }
Public Property DataType As Type
Get
Set
public:
property Type^ DataType {
Type^ get ();
void set (Type^ value);
}
member DataType : Type with get, set
Property Value
Type:
TypeSee Also