Skip to main content

CalendarControlBase.MinValue Property

Gets or sets the minimum date displayed by the calendar.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DateTime

The minimum date displayed by the calendar.

See Also