Table of Contents

Class TabItem

Namespace
UraniumUI.Material.Controls
Assembly
UraniumUI.Material.dll
[ContentProperty("Content")]
public class TabItem : UraniumBindableObject, INotifyPropertyChanged
Inheritance
TabItem
Implements
Inherited Members
Extension Methods

Constructors

TabItem()

public TabItem()

Fields

ContentTemplateProperty

public static readonly BindableProperty ContentTemplateProperty

Field Value

BindableProperty

HeaderTemplateProperty

public static readonly BindableProperty HeaderTemplateProperty

Field Value

BindableProperty

IsVisibleProperty

public static readonly BindableProperty IsVisibleProperty

Field Value

BindableProperty

TitleProperty

public static readonly BindableProperty TitleProperty

Field Value

BindableProperty

Properties

Command

public ICommand Command { get; }

Property Value

ICommand

Content

public View Content { get; set; }

Property Value

View

ContentTemplate

public DataTemplate ContentTemplate { get; set; }

Property Value

DataTemplate

Data

public object Data { get; set; }

Property Value

object

Header

public View Header { get; set; }

Property Value

View

HeaderTemplate

public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate

IsSelected

public bool IsSelected { get; }

Property Value

bool

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

TabView

public TabView TabView { get; }

Property Value

TabView

Title

public string Title { get; set; }

Property Value

string

Methods

NotifyIsSelectedChanged()

protected void NotifyIsSelectedChanged()