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

XRControl.Styles Property

Gets a set of styles for the control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatAppearance)]
[Browsable(true)]
public virtual XRControl.XRControlStyles Styles { get; }

Property Value

Type Description
DevExpress.XtraReports.UI.XRControl.XRControlStyles

A DevExpress.XtraReports.UI.XRControl.XRControlStyles object that determines a set of styles for an XRControl.

Remarks

The set of styles includes Even Style, Odd Style and Style.

See Also