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

XRPivotGridStyles.OddStyle Property

Overrides the XRControlStyles.OddStyle property to hide it.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[Browsable(false)]
public override XRControlStyle OddStyle { 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 OddStyle property isn’t appropriate for the XRPivotGridStyles class.

See Also