AppointmentFormController.Storage Property
In This Article
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
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#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