Skip to main content

PivotGridControl.DataFieldCaption Property

Gets or sets the text displayed within the data header.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

[XtraSerializableProperty]
[XtraSerializablePropertyId(1)]
public string DataFieldCaption { get; set; }

#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:

pivotgrid_dataheaderarea_column

See Also