Skip to main content

FormUserLookAndFeel(Form) Constructor

Initializes a new instance of the FormUserLookAndFeel class with the specified settings.

Namespace: DevExpress.LookAndFeel.Helpers

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public FormUserLookAndFeel(
    Form owner
)

Parameters

Name Type Description
owner Form

A Form that owns the newly created FormUserLookAndFeel object.

See Also