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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[SRCategory(ReportStringId.CatAppearance)]
public XRPivotGridAppearances Appearance { get; }
Property Value
Type | Description |
---|---|
XRPivotGridAppearances | An XRPivotGridAppearances object. |
See Also