StyleFlagsBase.Assign(StyleFlagsBase) Method
Copies all the settings from the StyleFlagsBase 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 |
---|---|---|
styleUsing | StyleFlagsBase | A StyleFlagsBase object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a ArgumentNullException will be thrown. |
Remarks
The Assign method allows the settings of the specified StyleFlagsBase object to be copied to the current StyleFlagsBase object.
See Also