ResourceDataStorage.Mappings Property
Gets an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public ResourceMappingInfo Mappings { get; }
Public ReadOnly Property Mappings As ResourceMappingInfo
Property Value
Type | Description |
---|---|
ResourceMappingInfo | A ResourceMappingInfo object that provides functionality for mapping the properties of the resources to appropriate data fields. |
Remarks
Use the Mappings property to access the ResourceMappingInfo object which contains bindings between the Resource properties and appropriate fields in the data source. The data source is specified using the current resource storage's ResourceDataStorage.DataSource property.
Implements
See Also
Feedback