Skip to main content

GanttLocalizer.Active Property

Gets or sets an object used to localize the user interface. This is a static (Shared in VB) property.

Namespace: DevExpress.XtraGantt.Localization

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public static XtraLocalizer<GanttStringId> Active { get; set; }

Property Value

Type Description
XtraLocalizer<GanttStringId>

An object that is used to localize the user interface.

See Also