TabView.ActualAppearance Property
In This Article
Gets the common appearance settings that are applied to the current TabView.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public TabViewActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Tab |
Appearance settings that are applied to the current Tab |
See Also