Back to Devexpress

PivotGridGroup.ToString() Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroup-cef21d27.md

latest1.5 KB
Original Source

PivotGridGroup.ToString() Method

Returns the group’s display text.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public override string ToString()
vb
Public Overrides Function ToString As String

Returns

TypeDescription
String

A string which represents the group’s display text.

|

Remarks

The ToString method returns the actual text displayed within the group header. To specify a custom display caption for a group use its PivotGridGroup.Caption property.

See Also

Caption

PivotGridGroup Class

PivotGridGroup Members

DevExpress.XtraPivotGrid Namespace