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

BootstrapCalendar.MinDate Property

Gets or sets the minimum date allowed to be entered into the editor by an end-user.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(typeof(DateTime), "")]
public DateTime MinDate { get; set; }

Property Value

Type Default Description
DateTime String.Empty

A DateTime object that specifies the editor’s minimum allowed date.

See Also