Back to Devexpress

XRPivotGridStyles.OddStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridstyles-23f36d8e.md

latest1.5 KB
Original Source

XRPivotGridStyles.OddStyle Property

Overrides the XRControlStyles.OddStyle 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 OddStyle { get; set; }
vb
<Browsable(False)>
Public Overrides Property OddStyle 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 OddStyle property isn’t appropriate for the XRPivotGridStyles class.

See Also

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace