FlexGrid for WinForms
DataType Property (CellStyle)



Gets or sets the data type for the style.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property DataType As Type
'Usage
 
Dim instance As CellStyle
Dim value As Type
 
instance.DataType = value
 
value = instance.DataType
[Browsable(false)]
public Type DataType {get; set;}
[Browsable(false)]
public:
property Type^ DataType {
   Type^ get();
   void set (    Type^ value);
}
Remarks

When the grid is bound to a data source, this property is set automatically based on the data schema.

This property is used to coerce values assigned to cells into the proper 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

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback