TabViewContent
Represents the content area of the RadTabView control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class TabViewContent : TabViewContentBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewTabViewContentBaseTabViewContent
Implements:
Inherited Members
Constructors
Initializes a new instance of the TabViewContent class.
public TabViewContent()
Fields
IsSwipeEnabledProperty
BindableProperty
Identifies the IsSwipeEnabled property.
public static readonly BindableProperty IsSwipeEnabledProperty
OrientationProperty
BindableProperty
Identifies the Orientation property.
public static readonly BindableProperty OrientationProperty
SelectedIndexProperty
BindableProperty
Identifies the SelectedIndex property.
public static readonly BindableProperty SelectedIndexProperty
SpacingProperty
BindableProperty
Identifies the Spacing property.
public static readonly BindableProperty SpacingProperty
Properties
Gets or sets a value indicating whether the selected item can be changed with a swipe gesture.
public bool IsSwipeEnabled { get; set; }
Gets the collection of items to be displayed in the content area.
public IList<IView> Items { get; }
Gets or sets the scroll orientation of the content area. For more information see the TabViewScrollOrientation enumerated type.
public TabViewScrollOrientation Orientation { get; set; }
Gets or sets the index of the currently selected item in the content area.
public int SelectedIndex { get; set; }
Methods
protected override void OnPropertyChanged(string propertyName = null)
Events
Raised when the currently selected item has changed.
public event EventHandler SelectionChanged