Skip to main content

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

NuGet Package: DevExpress.Reporting.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