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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | XRControlStyle | An XRControlStyle object whose settings are used to initialize the created object’s properties. |
See Also