Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / InsertionRow Class / EnforceCellDataTypes Property


    EnforceCellDataTypes Property (InsertionRow)
    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 InsertionRow
    Dim value As Boolean
     
    value = instance.EnforceCellDataTypes

    Property Value

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