Back to Devexpress

CalendarControlBase.MinValue Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-4de92075.md

latest1.3 KB
Original Source

CalendarControlBase.MinValue Property

Gets or sets the minimum date displayed by the calendar.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public virtual DateTime MinValue { get; set; }
vb
<DXCategory("Behavior")>
Public Overridable Property MinValue As Date

Property Value

TypeDescription
DateTime

The minimum date displayed by the calendar.

|

See Also

MaxValue

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace