Skip to main content
ON

ResourceStringLoader(ResourceManager) Constructor

Initializes a new instance of the ResourceStringLoader class with specified settings.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public ResourceStringLoader(
    ResourceManager resourceManager
)

Parameters

Name Type Description
resourceManager ResourceManager

The resource manager object.

See Also