Back to Devexpress

XRControl.XRControlStyles.Style Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-dot-xrcontrolstyles-0177995f.md

latest1.5 KB
Original Source

XRControl.XRControlStyles.Style Property

Gets or sets an individual style object for the XRControl.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
public virtual XRControlStyle Style { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property Style As XRControlStyle

Property Value

TypeDefaultDescription
XRControlStylenull

A XRControlStyle object that defines the XRControl‘s style.

|

Remarks

For more information on using styles, please refer to the Report Visual Styles document.

See Also

XRControl.XRControlStyles Class

XRControl.XRControlStyles Members

DevExpress.XtraReports.UI Namespace