Skip to main content
A newer version of this page is available. .

StyleFlagsBase.Assign(StyleFlagsBase) Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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