ASPxButtonEdit.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
This property is a wrapper of the ButtonEditProperties.MaskSettings property. Refer to its description for more information.
See Also