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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

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