A newer version of this page is available.
Switch to the current version.
BootstrapCalendar.MaxDate Property
Gets or sets the maximum date allowed to be entered into the editor by an end-user.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(typeof(DateTime), "")]
public DateTime MaxDate { get; set; }
<DefaultValue(GetType(Date), "")>
Public Property MaxDate As Date
Property Value
Type | Default | Description |
---|---|---|
DateTime | A DateTime object that specifies the editor's maximum allowed date. |
See Also
Feedback