Skip to main content
All docs
V25.1
  • .NET 8.0+

    OfficeModule.GetXafResourceLocalizerTypes() Method

    Returns a collection of additional Resource Localizer types that can be used in an application that uses the OfficeModule.

    Namespace: DevExpress.ExpressApp.Office

    Assembly: DevExpress.ExpressApp.Office.v25.1.dll

    Declaration

    public override ICollection<Type> GetXafResourceLocalizerTypes()

    Returns

    Type Description
    ICollection<Type>

    An ICollection<Type> collection containing the types of the Resource Localizers supplied with the OfficeModule.

    Remarks

    For information on Resource Localizers, refer to the ModuleBase.GetXafResourceLocalizerTypes method description.

    See Also