ClassTabViewHeader
Represents the header area of the RadTabView control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class TabViewHeader : TabViewContentBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewTabViewContentBaseTabViewHeader
Implements:
Inherited Members
Constructors
TabViewHeader()
Initializes a new instance of the TabViewHeader class.
Declaration
public TabViewHeader()
Fields
IsScrollableProperty
Identifies the IsScrollable property.
Declaration
public static readonly BindableProperty IsScrollableProperty
Field Value
BindableProperty
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
BindableProperty
PositionProperty
Identifies the Position property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
BindableProperty
SelectedIndexProperty
Identifies the SelectedIndex property.
Declaration
public static readonly BindableProperty SelectedIndexProperty
Field Value
BindableProperty
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
BindableProperty
Properties
IsScrollable
Gets or sets a value indicating whether the header area can be scrolled with pan gestures.
Items
Gets the collection of items displayed in the header area.
Orientation
Gets or sets the scroll orientation of the header area. For more information see the TabViewScrollOrientation enumerated type.
Declaration
public TabViewScrollOrientation Orientation { get; set; }
Property Value
Position
Gets the relative position of the header area in respect to the content area. This property is used to apply some styling adjustments of the header area according to its relative position to the content area. For more information see the TabViewHeaderPosition enumerated type.
Declaration
public TabViewHeaderPosition Position { get; }
Property Value
SelectedIndex
Gets or sets the index of the currently selected item in the header area.
Events
SelectionChanged
Raised when the currently selected item has changed.