SchedulerGestureEventArgs.IntervalInfo Property
In This Article
Returns information about a time interval with which a user interacts.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public IntervalInfo IntervalInfo { get; }
#Property Value
Type | Description |
---|---|
Interval |
Information about a time interval with which a user interacts. |
See Also