A newer version of this page is available.
Switch to the current version.
AppointmentStatusEdit.Storage Property
Gets or sets the SchedulerStorage object that contains appointment status items to fill an editor.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v19.2.dll
Declaration
[DefaultValue(null)]
public ISchedulerStorage Storage { get; set; }
<DefaultValue(Nothing)>
Public Property Storage As ISchedulerStorage
Property Value
Type | Default | Description |
---|---|---|
ISchedulerStorage | null |
A SchedulerStorage object that is a storage for the Scheduler control. |
Remarks
This property is set automatically when a control is dropped onto a form containing the SchedulerStorage component.
See Also
Feedback