BCGControlBar Library for .NET
DataType Property (GridDataRow)




Gets or sets row data type.
Syntax
'Declaration
 
Public Property DataType As GridDataType
'Usage
 
Dim instance As GridDataRow
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 this value is defined (e.g. not equal to GridDataType.NotSet), all cells in the row have this data type.
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

GridDataRow Class
GridDataRow Members

Send Feedback