Skip to main content
All docs
V26.1
  • GanttLocalizer.CreateResXLocalizer() Method

    Returns an object that provides resources based on the regional settings (culture). For internal use.

    Namespace: DevExpress.XtraGantt.Localization

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public override XtraLocalizer<GanttStringId> CreateResXLocalizer()

    Returns

    Type Description
    XtraLocalizer<GanttStringId>

    An object that provides resources based on the regional settings (culture).

    See Also