ASPxButtonEdit.MaskHintStyle Property
In This Article
Gets the style settings that define the appearance of the editor’s mask hint.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MaskHintStyle MaskHintStyle { get; }
#Property Value
Type | Description |
---|---|
Mask |
An Mask |
#Remarks
This property is a wrapper of the ButtonEditProperties.MaskHintStyle property.
See Also