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

AppearanceObjectEx(IAppearanceOwner) Constructor

Initializes a new instance of the AppearanceObjectEx class with the specified owner.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public AppearanceObjectEx(
    IAppearanceOwner owner
)

Parameters

Name Type Description
owner DevExpress.Utils.IAppearanceOwner

An object implementing the IAppearanceOwner interface.

See Also