XtraLocalizer.CreateComponentResourceManager(Type) Method
In This Article
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.Utils.Localization
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static ComponentResourceManager CreateComponentResourceManager(
Type containerType
)
#Parameters
Name | Type | Description |
---|---|---|
container |
Type | The container (form) type. |
#Returns
Type | Description |
---|---|
Component |
The resource manager. |
See Also