Skip to main content
All docs
V25.1
  • XtraLocalizer.QueryLocalizedStringEventArgs.ToString() Method

    Returns a string in the following format: {ResourceStringID}: “{Value}”/“{InvariantString”}.

    Namespace: DevExpress.Utils.Localization

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

    The string representation of the current object (for example, GridStringId.MenuColumnSortAscending: "Aufsteigend sortieren"/"Sort Ascending").

    See Also