Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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