ASPxTextBox.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
This property is a wrapper of the TextBoxProperties.MaskHintStyle property.
See Also