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


In This Topic
    Min Property
    In This Topic
    Gets or sets the minimum value of the range. It should be of type specified by DataTypeCriterion.DataType property.
    Syntax
    'Declaration
     
    Public Property Min As Object
    'Usage
     
    Dim instance As RangeCriterion
    Dim value As Object
     
    instance.Min = value
     
    value = instance.Min
    public object Min {get; set;}

    Property Value

    An object representing the minimum 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