TextBoxProperties.MaskSettings Property
In This Article
Gets the editor’s mask settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MaskSettings MaskSettings { get; }
#Property Value
Type | Description |
---|---|
Mask |
A Mask |
#Remarks
Use the MaskSettings property to access and customize the mask settings that relate to the editor.
Note
The Mask
See Also