Skip to main content
Tab

ASPxDateEdit.UseMaskBehavior Property

Gets or sets a value that specifies whether the mask behavior is applied to the date editor input.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool UseMaskBehavior { get; set; }

Property Value

Type Default Description
Boolean false

true if the mask behavior is enabled for the editor input; otherwise, false.

Remarks

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

<dx:ASPxDateEdit ID="dateEdit" runat="server" Width="150" EditFormat="Custom" UseMaskBehavior="true" />

Online Demo

Masked Input

See Also