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


In This Topic
    Mask Property (NumericTextBoxArea)
    In This Topic
    Gets or sets the mask applied to the textbox's text.
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public Shadows ReadOnly Property Mask As String
    'Usage
     
    Dim instance As NumericTextBoxArea
    Dim value As String
     
    value = instance.Mask
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public new string Mask {get;}

    Property Value

    A string representing the masked applied to the textbox's text.
    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