Skip to main content
All docs
V23.2

SummaryItemCollectionBase<T>.ToString() Method

Returns the textual representation of the collection.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.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