A newer version of this page is available.
Switch to the current version.
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; }
Public Property ViewInfo As AppointmentViewInfo
Property Value
Type | Description |
---|---|
AppointmentViewInfo | An AppointmentViewInfo object. |
See Also
Feedback