XRControl.XRControlStyles.EvenStyle Property
Gets or sets the style applied to the control when it displays an even record from the bound data source.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
XRControlStyle | null | The name of the style from the Styles collection. |
Remarks
The even style is the style applied to the control when it displays an even record from the bound dataset. You can use the XtraReportBase.CurrentRowIndex property to define whether the row index.
If the control consists of static rows, such as a static table with multiple rows, then even and odd styles do not apply.
You can find examples of even and odd styles in the following help sections:
- Report Visual Styles
- Create a Table Report
- Apply Odd and Even Row Styles
- Create a Visual Style
- Create Styles and Set Up Their Properties
- Store Report Style Sheets
- Use Row/Column Indexes for Cross Tab Cells
- Create a Detail Report Section
See Also