Skip to main content

ContainerUserLookAndFeel.Assign(UserLookAndFeel) Method

Copies properties of the specified UserLookAndFeel object to the current object.

Namespace: DevExpress.LookAndFeel.Helpers

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public override void Assign(
    UserLookAndFeel source
)

Parameters

Name Type Description
source UserLookAndFeel

The source UserLookAndFeel object.

See Also