TabFormControlBase.Appearance Property
In This Article
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
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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