GaugeLocalizer.Active Property
Gets or sets a localizer object that provides user interface localization at runtime.
Namespace: DevExpress.Xpf.Gauges.Localization
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Property Value
Type | Description |
---|---|
XtraLocalizer<DevExpress.Xpf.Gauges.Localization.GaugeStringId> | An XtraLocalizer<T> descendant that is used to localize the user interface at runtime. |
Remarks
For more information on how to utilize the Active
property, refer to the Localizing WPF Controls with Localizer Objects document.
See Also