XRPivotGridStyles.EvenStyle Property
Overrides the XRControlStyles.EvenStyle property to hide it.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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 EvenStyle property isn’t appropriate for the XRPivotGridStyles class.
See Also