Back to Devexpress

XRControl.Styles Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-ace31cad.md

latest1.5 KB
Original Source

XRControl.Styles Property

Gets a set of styles for the control.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatAppearance)]
[Browsable(true)]
public virtual XRControl.XRControlStyles Styles { get; }
vb
<SRCategory(ReportStringId.CatAppearance)>
<Browsable(True)>
Public Overridable ReadOnly Property Styles As XRControl.XRControlStyles

Property Value

TypeDescription
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

Report Visual Styles

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace