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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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
See Also