Back to Devexpress

ASPxButtonEdit.MaskSettings Property

aspnet-devexpress-dot-web-dot-aspxbuttonedit.md

latest1.5 KB
Original Source

ASPxButtonEdit.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

This property is a wrapper of the ButtonEditProperties.MaskSettings property. Refer to its description for more information.

See Also

Mask

Mask Types

Mask Hints

ButtonEdit

ASPxButtonEdit Class

ASPxButtonEdit Members

DevExpress.Web Namespace