Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / RangeCriterion Class / Max Property


Max Property
Gets or sets the maximum value of the range. It should be of type specified by DataTypeCriterion.DataType property.
Syntax
'Declaration
 
Public Property Max As Object
 
'Usage
 
Dim instance As RangeCriterion
Dim value As Object
 
instance.Max = value
 
value = instance.Max

Property Value

An object representing the maximum value of the range.
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