DateEditProperties.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.v24.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
The UseMaskBehavior property controls whether masked input is enabled within a date editor. If the UseMaskBehavior property is set to true
, the pattern defined via the ASPxDateEdit.EditFormatString property serves as a mask. Note that the ASPxDateEdit.EditFormatString property is in effect if the ASPxDateEdit.EditFormat property is set to EditFormat.Custom.
Note
The UseMaskBehavior property synchronizes its value with the editor’s ASPxDateEdit.UseMaskBehavior property.