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

BarAndDockingControllerLookAndFeel.Assign(UserLookAndFeel) Method

Copies all settings from a target UserLookAndFeel object to this UserLookAndFeel instance.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override void Assign(
    UserLookAndFeel source
)

Parameters

Name Type Description
source UserLookAndFeel

The object whose settings should be copied.

See Also