Skip to main content

SchedulerGestureEventArgs.IntervalInfo Property

Returns information about a time interval with which a user interacts.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public IntervalInfo IntervalInfo { get; }

Property Value

Type Description
IntervalInfo

Information about a time interval with which a user interacts.

See Also