Class RadTabView
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadTabView : RadLayout<View>
Constructors
RadTabView()
Declaration
public RadTabView()
Fields
HeaderProperty
Declaration
public static readonly BindableProperty HeaderProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsContentPreservedProperty
Declaration
public static readonly BindableProperty IsContentPreservedProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsContentSwipingAnimationEnabledProperty
Declaration
public static readonly BindableProperty IsContentSwipingAnimationEnabledProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsContentSwipingEnabledProperty
Declaration
public static readonly BindableProperty IsContentSwipingEnabledProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectedItemProperty
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Header
HeaderPosition
Declaration
public TabViewHeaderPosition HeaderPosition { get; set; }
Property Value
TabViewHeaderPosition
|
IsContentPreserved
Specifies whether the state of the content will be preserved when the selection is changed.
Declaration
public bool IsContentPreserved { get; set; }
Property Value
System.Boolean
|
IsContentSwipingAnimationEnabled
Specifies whether a swipe inside the content will change the selected item with animation.
Declaration
public bool IsContentSwipingAnimationEnabled { get; set; }
Property Value
System.Boolean
|
IsContentSwipingEnabled
Specifies whether a swipe inside the content will change the selected item.
Declaration
public bool IsContentSwipingEnabled { get; set; }
Property Value
System.Boolean
|
Items
Declaration
public ObservableItemCollection<TabViewItem> Items { get; }
Property Value
ObservableItemCollection<TabViewItem>
|
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
System.Object
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|