Skip to main content
All docs
V25.1
  • 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.v25.1.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