Xceed Grid for WinForms v4.3 Documentation
Mask Property (DatePickerTextBoxArea)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > DatePickerTextBoxArea Class : Mask Property
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 DatePickerTextBoxArea
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

Reference

DatePickerTextBoxArea Class
DatePickerTextBoxArea Members