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

XRControl.EvenStyleName Property

Gets or sets the current even style for the control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public virtual string EvenStyleName { get; set; }

Property Value

Type Description
String

A string containing the name of the current even style for the XRControl object.

Remarks

The even style is the style that is used for the control’s representation in a report when it displays an even record from the bound dataset.

This property can only be set to a value from the object returned by the XtraReport.StyleSheet property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the EvenStyleName property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also