Skip to main content

XRControl.XRControlStyles.Style Property

Gets or sets an individual style object for the XRControl.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(null)]
public virtual XRControlStyle Style { get; set; }

Property Value

Type Default Description
XRControlStyle null

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