Skip to main content

XRControlStyles(XRControl) Constructor

Initializes a new instance of the XRControl.XRControlStyles class with specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRControlStyles(
    XRControl control
)

Parameters

Name Type Description
control XRControl

The XRControl object that is the XRControl‘s style.

See Also