Skip to main content
All docs
V25.1
  • SummaryItemCollectionBase<T>.ToString() Method

    Returns the textual representation of the collection.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

    The textual representation of the collection.

    See Also