AgendaView.MinDate Property
Gets or sets the minimum date that is displayed in the AgendaView. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
public DateTime MinDate { get; set; }
#Property Value
Type | Description |
---|---|
Date |
The date. |