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

CalendarControlBase.MaxValue Property

Gets or sets the maximum date displayed by the calendar.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
DateTime

The maximum date displayed by the calendar.

See Also