ASPxSchedulerListEditor.SelectedInterval Property
In This Article
Specifies the time interval currently selected in the scheduler’s active view by an end-user.
Namespace: DevExpress.ExpressApp.Scheduler.Web
Assembly: DevExpress.ExpressApp.Scheduler.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler.Web
#Declaration
public override TimeInterval SelectedInterval { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
For additional information, refer to the SchedulerControl.SelectedInterval property description.
See Also