Skip to main content

XRControl.OddStyleName Property

Gets or sets the current odd style for the control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v22.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
String

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

Remarks

The odd style is the style that is used for the control’s representation in a report when it displays an odd 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