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

SchedulerInplaceEditorEventArgs.ViewInfo Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public AppointmentViewInfo ViewInfo { get; set; }

Property Value

Type Description
AppointmentViewInfo

An AppointmentViewInfo object.

See Also