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

AppearanceObject.Combine(AppearanceObject) Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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