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

SidePanel.LookAndFeel Property

Provides access to Look and Feel settings of this SidePanel.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Property Value

Type Description
ContainerUserLookAndFeel

A ContainerUserLookAndFeel object that stores look&feel settings of this SidePanel.

See Also