Skip to main content
Tab

TextBoxProperties.MaskSettings Property

Gets the editor’s mask settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public MaskSettings MaskSettings { get; }

Property Value

Type Description
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