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


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > DataRow 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 Overrides NotOverridable ReadOnly Property EnforceCellDataTypes As Boolean
'Usage
 
Dim instance As DataRow
Dim value As Boolean
 
value = instance.EnforceCellDataTypes
protected internal override bool EnforceCellDataTypes {get;}

Property Value

true since the data types of the cells must match the data type of their parent columns.
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

DataRow Class
DataRow Members
Base Implementation in EnforceCellDataTypes