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

XtraForm.LookAndFeel Property

Contains settings that specify the look and feel of the current form and all DevExpress controls placed on the form.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public FormUserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
FormUserLookAndFeel

A FormUserLookAndFeel object that stores look&feel settings for this XtraForm.

Remarks

Starting from version 18.1, the XtraBars controls/components placed onto an XtraForm take into account the LookAndFeel object’s settings, provided that the form does not contain a BarAndDockingController instance. You can prohibit this behavior via the WindowsFormsSettings.DefaultSettingsCompatibilityMode static setting. See Version Compatibility: Default Property Values to learn more.

The following code snippets (auto-collected from DevExpress Examples) contain references to the LookAndFeel property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also