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

AppearanceObject.AssignInternal(AppearanceObject) Method

Copies all the settings in the appearance object passed as the parameter to the current object without raising the AppearanceObject.Changed event.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public void AssignInternal(
    AppearanceObject val
)

Parameters

Name Type Description
val AppearanceObject

An AppearanceObject object representing the source of the operation.

Remarks

The AssignInternal method copies the properties of the specified AppearanceObject object to the current one. This allows you to have two appearance objects with identical settings. Note however that the AppearanceObject.Changed event is not raised in this case.

See Also