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

TabFormControlBase.Appearance Property

Provides access to the appearance settings used to paint the TabFormControl’s elements.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual TabFormControlAppearances Appearance { get; }

Property Value

Type Description
DevExpress.XtraBars.TabFormControlAppearances

A DevExpress.XtraBars.TabFormControlAppearances object that comprises the appearance settings used to paint the TabFormControl’s elements.

Remarks

The DevExpress.XtraBars.TabFormControlAppearances object exposes the TabFormControl and Page properties that comprise the appearance settings used to paint, respectively, the TabFormControl and TabFormPage elements in different states (normal, hovered, disabled, pressed).

For more information on appearances, see the Appearances document.

See Also