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

XRPivotGrid.Appearance Property

Provides access to the properties that control the appearance of the pivot grid’s elements.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

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

Property Value

Type Description
XRPivotGridAppearances

An XRPivotGridAppearances object.

See Also