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


In This Topic
    Value Property (WinNumericTextBox)
    In This Topic
    Gets or sets the numeric value of the editor without seperators or other formatting characters.
    Syntax
    'Declaration
     
    <TypeConverterAttribute("Xceed.Editors.Design.NumericValueConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <CategoryAttribute("Data")>
    <DescriptionAttribute("The numeric value of the editor without seperators or other formatting characters.")>
    Public Property Value As Object
    'Usage
     
    Dim instance As WinNumericTextBox
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    [TypeConverter("Xceed.Editors.Design.NumericValueConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [Category("Data")]
    [Description("The numeric value of the editor without seperators or other formatting characters.")]
    public object Value {get; set;}

    Property Value

    An object representing the numeric value of the editor without seperators or other formatting characters.
    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