Skip to main content

AppearanceObject.Combine(AppearanceObject) Method

Copies the activated settings from the appearance object passed as the parameter.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void Combine(
    AppearanceObject val
)

Parameters

Name Type Description
val AppearanceObject

An AppearanceObject object whose settings are going to be copied.

Remarks

The Combine method copies the specified AppearanceObject object’s properties whose corresponding appearance options are enabled to the current one.

See Also