XRControl.EvenStyleName Property
Gets or sets the current even style for the control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v23.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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.
See Also