Back to Devexpress

AppointmentViewInfoCustomizingEventArgs.ViewInfo Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentviewinfocustomizingeventargs.md

latest1.5 KB
Original Source

AppointmentViewInfoCustomizingEventArgs.ViewInfo Property

Provides access to the object which contains the information used to render the appointment.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppointmentViewInfo ViewInfo { get; }
vb
Public ReadOnly Property ViewInfo As AppointmentViewInfo

Property Value

TypeDescription
AppointmentViewInfo

An AppointmentViewInfo object.

|

See Also

How to: Custom Paint Appointments

AppointmentViewInfoCustomizingEventArgs Class

AppointmentViewInfoCustomizingEventArgs Members

DevExpress.XtraScheduler Namespace