ASPxResourceStorage.Mappings Property
In This Article
Provides access to the object containing a set of resource’s properties mappings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public ASPxResourceMappingInfo Mappings { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use this property to get access to the object, defining the relationships between the properties of a resource and data fields of the data source.
See Also