XRPivotGrid.Appearance Property
In This Article
Provides access to the properties that control the appearance of the pivot grid’s elements.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[SRCategory(ReportStringId.CatAppearance)]
public XRPivotGridAppearances Appearance { get; }
#Property Value
Type | Description |
---|---|
XRPivot |
An XRPivot |
See Also