Skip to main content

XRPivotGrid.Styles Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

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