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

CalendarControlBase.MinValue Property

Gets or sets the minimum date displayed by the calendar.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
public virtual DateTime MinValue { get; set; }

Property Value

Type Description
DateTime

The minimum date displayed by the calendar.

See Also