PrintingLocalizer.Active Property
In This Article
Gets or sets a localizer object that provides user interface localization at runtime.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public static XtraLocalizer<PrintingStringId> Active { get; set; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#Remarks
For more information on how to utilize the Active
property, refer to the Localizing WPF Controls with Localizer Objects document.
See Also