A newer version of this page is available.
Switch to the current version.
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; }
<Browsable(False)>
Public Overridable Property EvenStyleName As String
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
Feedback