Skip to main content
A newer version of this page is available. .
Tab

DateEditProperties.MaskHintStyle Property

Gets the style settings that define the appearance of the editor’s mask hint.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public MaskHintStyle MaskHintStyle { get; }

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 ASPxDateEdit.MaskHintStyle property.

See Also