Xceed Grid for WinForms v4.3 Documentation
ConstantList Property


Xceed.Validation.v1.3 Assembly > Xceed.Validation Namespace > ConstantListCriterion Class : ConstantList Property
Gets or sets an array of objects of type specified by DataTypeCriterion.DataType property representing the values used for the criterion.
Syntax
'Declaration
 
Public Property ConstantList As Object()
'Usage
 
Dim instance As ConstantListCriterion

Dim value() As Object

 

instance.ConstantList = value

 

value = instance.ConstantList
public object[] ConstantList {get; set;}

Property Value

An object array representing the list of values to be compared using the Operator property.
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

ConstantListCriterion Class
ConstantListCriterion Members