Xceed Grid for WinForms v4.3 Documentation
Constant Property


Xceed.Validation.v1.3 Assembly > Xceed.Validation Namespace > ConstantValueCriterion Class : Constant Property
Gets or sets the constant value of type specified by DataTypeCriterion.DataType property used in the comparison.
Syntax
'Declaration
 
Public Property Constant As Object
'Usage
 
Dim instance As ConstantValueCriterion

Dim value As Object

 

instance.Constant = value

 

value = instance.Constant
public object Constant {get; set;}

Property Value

A string representing the constant value used in the comparison.
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

ConstantValueCriterion Class
ConstantValueCriterion Members