Skip to main content
A newer version of this page is available. .

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

public IntervalInfo IntervalInfo { get; }

Property Value

Type Description
IntervalInfo

Information about a time interval with which a user interacts.

See Also