A newer version of this page is available.
Switch to the current version.
AppointmentLabelDataStorage.DataSource Property
Gets or sets the source from which this AppointmentLabelDataStorage should retrieve Labels.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.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 Label source. |
Remarks
After you bind the AppointmentLabelDataStorage to a Label source, specify Label Mappings to map Label properties to correct data source fields.
Implements
DevExpress.XtraScheduler.IPersistentObjectStorage<DevExpress.XtraScheduler.AppointmentLabel>.DataSource
See Also
Feedback