# DeviceTabBar

Namespace: **Wisej.Hybrid**

Assembly: **Wisej.Hybrid** (3.5.0.0)

Provides access to the client device's tab bar.

{% tabs %}
{% tab title="C#" %}

```csharp
public class DeviceTabBar
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class DeviceTabBar
```

{% endtab %}
{% endtabs %}

Access this class through the [Device](https://docs.wisej.com/hybrid/start/api/general/wisej.hybrid.device) singleton.

## Constructors

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DeviceTabBar()

Creates a new instance of [DeviceTabBar](https://docs.wisej.com/hybrid/start/api/ui/wisej.hybrid.devicetabbar).

## Properties

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)BackColor

[Color](https://docs.microsoft.com/dotnet/api/system.drawing.color): Gets or sets the background color for the tab bar.

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Items

[TabBarItem\[\]](https://docs.wisej.com/hybrid/start/api/ui/wisej.hybrid.shared.tabbar.tabbaritem): Gets or sets the tab bar items.

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SelectedColor

[Color](https://docs.microsoft.com/dotnet/api/system.drawing.color): Gets or sets the title color for the tab bar.

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)UnselectedColor

[Color](https://docs.microsoft.com/dotnet/api/system.drawing.color): Gets or sets the unselected color for the tab bar items.

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Visible

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean): Gets or sets whether the tab bar is visible.

## Events

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)TabSelected

[EventHandler\<TabSelectedEventArgs>](https://docs.microsoft.com/dotnet/api/system.eventhandler-1) Fires when a tab item is selected.
