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

DefaultLookAndFeel(IContainer) Constructor

Initializes a new instance of the DefaultLookAndFeel class with the specified container.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public DefaultLookAndFeel(
    IContainer container
)

Parameters

Name Type Description
container IContainer

A IContainer that represents the container for the Default LookAndFeel object.

Remarks

This instance will exist until its container releases it to garbage collection.

See Also