Xceed Grid for WinForms v4.3 Documentation
EnforceCellDataTypes Property (CellRow)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > CellRow Class : EnforceCellDataTypes Property
Gets a boolean value indicating if the data types of the cells should match the data type of their respective parent columns.
Syntax
'Declaration
 
Protected Friend Overridable ReadOnly Property EnforceCellDataTypes As Boolean
'Usage
 
Dim instance As CellRow
Dim value As Boolean
 
value = instance.EnforceCellDataTypes
protected internal virtual bool EnforceCellDataTypes {get;}

Property Value

true if the data types of the cells should match the data type of their parent columns; false otherwise. Unless overridden, false.
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

CellRow Class
CellRow Members