A newer version of this page is available.
Switch to the current version.
AppointmentResourceEdit.Storage Property
Gets or sets the storage containing resources used to fill the editor.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[DefaultValue(null)]
public ISchedulerStorage Storage { get; set; }
<DefaultValue(Nothing)>
Public Property Storage As ISchedulerStorage
Property Value
Type | Default | Description |
---|---|---|
ISchedulerStorage | null |
An ISchedulerStorage object used to obtain resources. |
See Also
Feedback