Back to Devexpress

SidePanel.LookAndFeel Property

windowsforms-devexpress-dot-xtraeditors-dot-sidepanel-8781c331.md

latest1.5 KB
Original Source

SidePanel.LookAndFeel Property

Provides access to Look and Feel settings of this SidePanel.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
public virtual ContainerUserLookAndFeel LookAndFeel { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property LookAndFeel As ContainerUserLookAndFeel

Property Value

TypeDescription
ContainerUserLookAndFeel

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

|

See Also

SidePanel Class

SidePanel Members

DevExpress.XtraEditors Namespace