Skip to main content
A newer version of this page is available.
All docs
V20.2

LocalizationProviderAttribute.ProviderType Property

Gets the type of the LocalizationProvider descendant that should be instantiated to collect the property-value pairs for the localizable properties.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public Type ProviderType { get; }

Property Value

Type Description
Type

The type of the LocalizationProvider descendant.

See Also