AppointmentViewInfoCustomizingEventArgs.ViewInfo Property
In This Article
Provides access to the object which contains the information used to render the appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public AppointmentViewInfo ViewInfo { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
See Also