PivotGridControl.DataFieldCaption Property
In This Article
Specifies the text displayed within the data header.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
String | A string which specifies the text displayed within the data header. |
#Remarks
The default text displayed within the data header is ‘Data’. Use the DataFieldCaption property to modify this text. The following image illustrates the data header displayed within the column header area.
Note
Note that the Data
See Also