Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.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