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

ContainerUserLookAndFeel(Object) Constructor

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

Namespace: DevExpress.LookAndFeel.Helpers

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public ContainerUserLookAndFeel(
    object owner
)

Parameters

Name Type Description
owner Object

The owner of the created ContainerUserLookAndFeel object.

See Also