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

SidePanel.Appearance Property

Provides access to this panel’s appearance settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Description
AppearanceObject

A AppearanceObject object that stores appearance settings applied to this SidePanel.

See Also