Skip to main content

PivotGridFieldSortBySummaryInfo.ToString() Method

Gets the text representation of the current object.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

An empty string.

Remarks

This method returns an empty string.

See Also