TabFormControlBase.Appearance Property
Provides access to the appearance settings used to paint the TabFormControl’s elements.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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