Skip to main content
All docs
V25.1
  • XtraLocalizer.CreateComponentResourceManager(Type) Method

    This member supports the internal infrastructure, and is not intended to be used directly from your code.

    Namespace: DevExpress.Utils.Localization

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static ComponentResourceManager CreateComponentResourceManager(
        Type containerType
    )

    Parameters

    Name Type Description
    containerType Type

    The container (form) type.

    Returns

    Type Description
    ComponentResourceManager

    The resource manager.

    See Also