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

XtraTabbedMdiManager.Appearance Property

Gets the appearance settings used to paint the MDI client.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the MDI client.

See Also