AppointmentFormController.Storage Property
Gets the Scheduler Storage holding data of the SchedulerControl which contains the appointment currently being edited in the form.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public SchedulerStorage Storage { get; }
Public ReadOnly Property Storage As SchedulerStorage
Property Value
| Type | Description |
|---|---|
| SchedulerStorage | A SchedulerStorage object which is the data storage of the scheduler control. |
Remarks
Use the Storage property to get required data held in the data storage of the scheduler control.
Examples
This example demonstrates how to bind the Storage property of the AppointmentLabelEdit and AppointmentStatusEdit controls on the custom Edit Appoinement form to the SchedulerStorage of the SchedulerControl via the AppointmentFormController.Storage property.
See Also