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

XRPivotGrid.Styles Property

Provides access to the style settings that control the appearance of the Pivot Grid.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[SRCategory(ReportStringId.CatAppearance)]
[Browsable(true)]
public XRPivotGridStyles Styles { get; }

Property Value

Type Description
XRPivotGridStyles

An XRPivotGridStyles object that provides style settings for the XRPivotGrid.

Remarks

The XRPivotGridStyles object provides a number of properties that allow you to customize style settings of various XRPivotGrid’s elements.

See Also