PivotGridModule.GetXafResourceLocalizerTypes() Method
Returns a collection of Resource Localizer types that can be used in an application that uses the current module.
Namespace: DevExpress.ExpressApp.PivotGrid
Assembly: DevExpress.ExpressApp.PivotGrid.v24.1.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid
Declaration
Returns
Type | Description |
---|---|
ICollection<Type> | An ICollection<Type> collection containing the types of the Resource Localizers to be supplied with the current module. |
Remarks
For information on Resource Localizers, refer to the ModuleBase.GetXafResourceLocalizerTypes method description.
See Also