Class TabViewItem
Inheritance
System.Object
TabViewItem
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class TabViewItem : BindableObject
Constructors
TabViewItem()
Declaration
public TabViewItem()
Fields
ContentProperty
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderProperty
Declaration
public static readonly BindableProperty HeaderProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderTextProperty
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsEnabledProperty
Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsSelectedProperty
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsVisibleProperty
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Content
Declaration
public View Content { get; set; }
Property Value
Xamarin.Forms.View
|
Header
HeaderText
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
System.Boolean
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|