Skip to main content

SchedulerGestureEventArgs.IntervalInfo Property

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
IntervalInfo

Information about a time interval with which a user interacts.

See Also