Skip to main content

XRPivotGridStyles.Style Property

Overrides the XRControlStyles.Style property to hide it.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public override XRControlStyle Style { get; set; }

Property Value

Type Description
XRControlStyle

Always null (Nothing in Visual Basic).

Remarks

This property is overridden to hide the corresponding property of the XRControlStyles class, because the Style property isn’t appropriate for the XRPivotGridStyles class.

See Also