Xceed DataGrid for WPF v7.2 Documentation
CellValidationRules Property (Cell)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : CellValidationRules Property
Gets the list of CellValidationRules against which a cell's content is validated before the cell exists edit mode.
Syntax
'Declaration
 
Public ReadOnly Property CellValidationRules As Collection(Of CellValidationRule)
'Usage
 
Dim instance As Cell
Dim value As Collection(Of CellValidationRule)
 
value = instance.CellValidationRules
public Collection<CellValidationRule> CellValidationRules {get;}

Property Value

A collection of CellValidationRules containing the validation rules against which a cell's content is validated before the cell exists edit mode.
Requirements

Target Platforms: Windows 11, Windows, 10, 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

Cell Class
Cell Members

Classes

CellValidationError Class

Properties

HasValidationError Property
ValidationError Property
CellValidationRules Property (Column)