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

XRControlStyle(XRControlStyle) Constructor

Initializes a new instance of the XRControlStyle class and copies the settings from the object passed as the parameter.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public XRControlStyle(
    XRControlStyle src
)

Parameters

Name Type Description
src XRControlStyle

An XRControlStyle object whose settings are used to initialize the created object’s properties.

See Also