Skip to main content

ResourceMapping(ResourceStorage) Constructor

In This Article

Initializes a new instance of the ResourceMapping class with the specified resource storage.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public ResourceMapping(
    ResourceStorage dataStorage
)

#Parameters

Name Type Description
dataStorage ResourceStorage

A ResourceStorage value that specifies the resource storage.

See Also