Skip to main content

PivotGridFieldSortBySummaryInfo.ToString() Method

Gets the text representation of the current object.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v22.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public override string ToString()

Returns

Type Description
String

An empty string.

Remarks

This method returns an empty string.

See Also