Skip to main content
A newer version of this page is available. .

ValueAndCount.ToString() Method

Returns the textual representation of the ValueAndCount object.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public override string ToString()

Returns

Type Description
String

The textual representation of the ValueAndCount object.

See Also