ASPxButtonEdit.MaskSettings Property
Gets the editor’s mask settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| MaskSettings | A MaskSettings object that contains the mask settings of the editor. |
Remarks
This property is a wrapper of the ButtonEditProperties.MaskSettings property. Refer to its description for more information.
See Also