Skip to main content

ContainerUserLookAndFeel(Object) Constructor

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

Namespace: DevExpress.LookAndFeel.Helpers

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

public ContainerUserLookAndFeel(
    object owner
)

Parameters

Name Type Description
owner Object

The owner of the created ContainerUserLookAndFeel object.

See Also