Skip to main content
A newer version of this page is available. .

ResourceStorageBase.Mappings Property

Gets an object that specifies how resource properties map to the data source fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public ResourceMappingInfo Mappings { get; }

Property Value

Type Description
ResourceMappingInfo

An ResourceMappingInfo object that provides information on the mapping of the resource properties to the data fields.

Implements

See Also