Back to Devexpress

ASPxResourceStorage.Mappings Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxresourcestorage.md

latest1.6 KB
Original Source

ASPxResourceStorage.Mappings Property

Provides access to the object containing a set of resource’s properties mappings.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public ASPxResourceMappingInfo Mappings { get; }
vb
Public ReadOnly Property Mappings As ASPxResourceMappingInfo

Property Value

TypeDescription
ASPxResourceMappingInfo

A ASPxResourceMappingInfo object containing associations of resource properties to data fields.

|

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

Mappings

Mappings

ASPxResourceStorage Class

ASPxResourceStorage Members

DevExpress.Web.ASPxScheduler Namespace