BCGControlBar Library for .NET
DataType Property (GridColumn)




Gets or sets a value that specifies type of item data in a column.
Syntax
'Declaration
 
Public Property DataType As GridDataType
'Usage
 
Dim instance As GridColumn
Dim value As GridDataType
 
instance.DataType = value
 
value = instance.DataType
public GridDataType DataType {get; set;}
public: __property GridDataType get_DataType();
public: __property void set_DataType( 
   GridDataType value
);
public:
property GridDataType DataType {
   GridDataType get();
   void set (    GridDataType value);
}
Remarks
If you don't set this property then the DataType is "text", or specified at the GridDataItem level. The type defined at the data item level is considered first.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridColumn Class
GridColumn Members

Send Feedback