Back to Devexpress

XRPivotGridStyles.Style Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridstyles-b7b3a826.md

latest1.5 KB
Original Source

XRPivotGridStyles.Style Property

Overrides the XRControlStyles.Style property to hide it.

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public override XRControlStyle Style { get; set; }
vb
<Browsable(False)>
Public Overrides Property Style As XRControlStyle

Property Value

TypeDescription
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

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace