Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinNumericTextBox Class / MinValue Property


In This Topic
    MinValue Property (WinNumericTextBox)
    In This Topic
    Gets or sets the minimum value of Value property.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The minimum value of the Value property.")>
    <CategoryAttribute("Behavior")>
    <TypeConverterAttribute("Xceed.Editors.Design.NumericValueConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property MinValue As Object
    'Usage
     
    Dim instance As WinNumericTextBox
    Dim value As Object
     
    instance.MinValue = value
     
    value = instance.MinValue
    [Description("The minimum value of the Value property.")]
    [Category("Behavior")]
    [TypeConverter("Xceed.Editors.Design.NumericValueConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [RefreshProperties(RefreshProperties.Repaint)]
    public object MinValue {get; set;}

    Property Value

    A value representing the minimum value of the Value property. By default, DefaultMinValue.
    Remarks

    The datatype of the MinValue property can be retrieved using the DataType 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