Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TabFormControlBase.Appearance Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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