TextBoxProperties.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
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 Mask
See Also