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

XtraScrollableControl.LookAndFeel Property

Provides access to the Look And Feel and Skinning settings of this XtraScrollableControl object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Appearance")]
public virtual ContainerUserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
ContainerUserLookAndFeel

A ContainerUserLookAndFeel object that stores look-and-feel settings.

Remarks

XtraScrollableControl look and feel settings affect all controls, owned by this XtraScrollableControl.

The following code snippet (auto-collected from DevExpress Examples) contains a reference 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