AppointmentViewInfoCustomizingEventArgs.ViewInfo Property
Provides access to the object which contains the information used to render the appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public AppointmentViewInfo ViewInfo { get; }
Public ReadOnly Property ViewInfo As AppointmentViewInfo
Property Value
Type | Description |
---|---|
AppointmentViewInfo | An AppointmentViewInfo object. |
See Also
Feedback