Skip to main content

SchedulerInplaceEditorEventArgs.ViewInfo Property

Gets or sets the object which contains the information used to render the appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentViewInfo ViewInfo { get; set; }

Property Value

Type Description
AppointmentViewInfo

An AppointmentViewInfo object.

See Also