StyleFlagsBase.Assign(StyleFlagsBase) Method
In This Article
Copies all the settings from the StyleFlagsBase object passed as the parameter.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public void Assign(
StyleFlagsBase styleUsing
)
#Parameters
Name | Type | Description |
---|---|---|
style |
Style |
A Style |
#Remarks
The Assign method allows the settings of the specified StyleFlagsBase object to be copied to the current StyleFlagsBase object.
See Also