TextBoxProperties.MaskHintStyle Property
Gets the style settings that define the appearance of the editor’s mask hint.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
MaskHintStyle | An MaskHintStyle object containing style settings. |
Remarks
An editor’s mask hint can be displayed if the editor’s MaskSettings.ShowHints property is true
, and a mask of the range or enumeration type is defined via the MaskSettings.Mask property.
Note
The MaskHintStyle property synchronizes its value with the editor’s ASPxTextBox.MaskHintStyle property.
See Also