Back to Devexpress

TextBoxProperties.MaskSettings Property

aspnet-devexpress-dot-web-dot-textboxproperties-0c88cb72.md

latest1.6 KB
Original Source

TextBoxProperties.MaskSettings Property

Gets the editor’s mask settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public MaskSettings MaskSettings { get; }
vb
Public ReadOnly Property MaskSettings As MaskSettings

Property Value

TypeDescription
MaskSettings

A MaskSettings object that contains the mask settings of the editor.

|

Remarks

Use the MaskSettings property to access and customize the mask settings that relate to the editor.

Note

The MaskSettings property synchronizes its value with the editor’s ASPxTextBox.MaskSettings property.

See Also

MaskSettings

Mask

Mask Types

Mask Hints

Text Box

TextBoxProperties Class

TextBoxProperties Members

DevExpress.Web Namespace