Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.Controls Assembly / Xceed.Wpf.Controls Namespace / ValueRangeTextBox Class / MinValue Property


In This Topic
    MinValue Property
    In This Topic
    Gets or sets the minimum accepted value.
    Syntax
    'Declaration
     
    Public Property MinValue As Object
    'Usage
     
    Dim instance As ValueRangeTextBox
    Dim value As Object
     
    instance.MinValue = value
     
    value = instance.MinValue
    public object MinValue {get; set;}

    Property Value

    An object representing the minimum accepted value. By default, a null reference (Nothing in Visual Basic).
    Remarks
    If a value outside the range specified by the MinValue and MaxValue properties is inputted, the value of the NullValue property will be used. Only a parsing error will cause an error and prevent the cell editor from exiting 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