Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeList.LookAndFeel Property

Provides access to settings which control the Tree List’s look and feel.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object whose properties specify the Tree List control’s look and feel.

Remarks

Settings provided by the LookAndFeel property let you specify how the Tree List control’s headers, scrollbars, borders, buttons and other visual elements are painted.

Please refer to the Look And Feel and Skinning topic for details.

See Also