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

SchedulerGestureEventArgs.AppointmentInfo Property

Returns information about an appointment with which an user interacts.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public AppointmentInfo AppointmentInfo { get; }

Property Value

Type Description
AppointmentInfo

Information about an appointment with which a user interacts.

See Also