ResourceDataStorage.DataSource Property
Gets or sets the object used as the data source to store resources.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[DefaultValue(null)]
[DXCategory("Data")]
public object DataSource { get; set; }
<DefaultValue(Nothing)>
<DXCategory("Data")>
Public Property DataSource As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
An Object that is the storage's data source. |
Remarks
Use the DataSource property to specify the data source from which the current storage object obtains resources.
Implements
DevExpress.XtraScheduler.IPersistentObjectStorage<DevExpress.XtraScheduler.Resource>.DataSource
See Also
Feedback