AppointmentDataStorage.DataSource Property
Gets or sets the object used as the data source to store appointments for this AppointmentDataStorage.
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 represents the storage's data source. |
Remarks
Use the DataSource property to specify the data source from which the current storage object obtains information about the appointments.
Implements
DevExpress.XtraScheduler.IPersistentObjectStorage<DevExpress.XtraScheduler.Appointment>.DataSource
See Also
Feedback