Skip to main content

AppearanceObjectEx(IAppearanceOwner) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public AppearanceObjectEx(
    IAppearanceOwner owner
)

Parameters

Name Type Description
owner DevExpress.Utils.IAppearanceOwner

An object implementing the IAppearanceOwner interface.

See Also