Skip to main content

StyleFlagsBase.Assign(StyleFlagsBase) Method

Copies all the settings from the StyleFlagsBase object passed as the parameter.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void Assign(
    StyleFlagsBase styleUsing
)

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