Skip to main content
A newer version of this page is available. .

XRPivotGridField.Appearance Property

Provides access to the appearance settings used to paint the field’s header, values and value totals.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public XRPivotGridFieldAppearances Appearance { get; }

Property Value

Type Description
DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldAppearances

A DevExpress.XtraReports.UI.XRPivotGridFieldAppearances object.

See Also