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


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

    Property Value

    A value representing the maximum value of the Value property. By default, DefaultMaxValue.
    Remarks

    The datatype of the MaxValue 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