Skip to main content

XtraTabbedMdiManager.Appearance Property

Gets the appearance settings used to paint the MDI client.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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