A newer version of this page is available.
Switch to the current version.
DataSource.ResourceMappings Property
Gets an object that specifies how resource properties map to the data source fields.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public ResourceMappings ResourceMappings { get; set; }
Public Property ResourceMappings As ResourceMappings
Property Value
Type | Description |
---|---|
ResourceMappings | A ResourceMappings object that provides information on the mapping of the resource properties to the data fields. |
Remarks
The ResourceMappings property can be set to either a collection of resource IDs or a string in the XML format.
Use the DataSource.ResourcesSource property to specify a data source.
See Also
Feedback