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

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

This property is a wrapper of the DateEditProperties.MaskHintStyle property.

See Also