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

UserLookAndFeel Class

Represents look and feel settings for controls provided by DevExpress.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public class UserLookAndFeel :
    IDisposable,
    ISkinProvider,
    ISkinProviderEx,
    IAppearanceDefaultFontProvider

Remarks

Controls provided by Developers Express support a common look and feel mechanism. They all declare the LookAndFeel property that provides access to a UserLookAndFeel object specifying the control’s paint style. The UserLookAndFeel declares the following properties:

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

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