Back to Devexpress

XRPivotGridStyles.EvenStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridstyles-472f8863.md

latest1.5 KB
Original Source

XRPivotGridStyles.EvenStyle Property

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

See Also

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace