Class RadTabView
The Rad
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadTabView : TabViewContentBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadTabView()
Fields
AnimationDurationProperty
Identifies the Animation
Declaration
public static readonly BindableProperty AnimationDurationProperty
Field Value
Microsoft.
|
AnimationEasingProperty
Identifies the Animation
Declaration
public static readonly BindableProperty AnimationEasingProperty
Field Value
Microsoft.
|
ContentStyleProperty
Identifies the Content
Declaration
public static readonly BindableProperty ContentStyleProperty
Field Value
Microsoft.
|
ContentTemplateProperty
Identifies the Content
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
Microsoft.
|
HeaderItemStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderItemStyleProperty
Field Value
Microsoft.
|
HeaderItemStyleSelectorProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderItemStyleSelectorProperty
Field Value
Microsoft.
|
HeaderItemTemplateProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderItemTemplateProperty
Field Value
Microsoft.
|
HeaderPositionProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderPositionProperty
Field Value
Microsoft.
|
HeaderSpacingProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderSpacingProperty
Field Value
Microsoft.
|
HeaderStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
Microsoft.
|
HeaderTemplateProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTemplateProperty
Field Value
Microsoft.
|
IsContentSwipeEnabledProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsContentSwipeEnabledProperty
Field Value
Microsoft.
|
IsHeaderOverlaidProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsHeaderOverlaidProperty
Field Value
Microsoft.
|
IsHeaderScrollableProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsHeaderScrollableProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
ItemTemplateProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Microsoft.
|
SelectedIndexProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedIndexProperty
Field Value
Microsoft.
|
SelectedItemProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Microsoft.
|
Properties
AnimationDuration
Gets or sets the duration in milliseconds of the animation that is run when the selected index changes.
Declaration
public int AnimationDuration { get; set; }
Property Value
System.
|
AnimationEasing
Gets or sets the Microsoft.
Declaration
public Easing AnimationEasing { get; set; }
Property Value
Microsoft.
|
ContentStyle
Gets or sets the Microsoft.
Declaration
public Style ContentStyle { get; set; }
Property Value
Microsoft.
|
ContentTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate ContentTemplate { get; set; }
Property Value
Microsoft.
|
HeaderItemStyle
Gets or sets the Microsoft.
Declaration
public Style HeaderItemStyle { get; set; }
Property Value
Microsoft.
|
HeaderItemStyleSelector
Gets or sets the style selector that chooses the styles for the header items. This property has a higher precedence than the Header
Declaration
public IStyleSelector HeaderItemStyleSelector { get; set; }
Property Value
HeaderItemTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate HeaderItemTemplate { get; set; }
Property Value
Microsoft.
|
HeaderPosition
Gets or sets the relative position of the header area in respect to the content area.
For more information see the Tab
Declaration
public TabViewHeaderPosition HeaderPosition { get; set; }
Property Value
HeaderSpacing
Gets or sets the spacing in pixels between the header area and the content area.
Declaration
public double HeaderSpacing { get; set; }
Property Value
System.
|
HeaderStyle
Gets or sets the Microsoft.
Declaration
public Style HeaderStyle { get; set; }
Property Value
Microsoft.
|
HeaderTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate HeaderTemplate { get; set; }
Property Value
Microsoft.
|
IsContentSwipeEnabled
Gets or sets a value indicating whether the tabs can be changed by swiping the content area.
Declaration
public bool IsContentSwipeEnabled { get; set; }
Property Value
System.
|
IsHeaderOverlaid
Get or sets a value indicating whether the header area is overlaid on top of the content area.
When the overlay mode is enabled, the header area is centered and partially overlaps with one of
the borders of the content area, based on the value of the Header
Declaration
public bool IsHeaderOverlaid { get; set; }
Property Value
System.
|
IsHeaderScrollable
Gets or sets a value indicating whether the header area can be scrolled with pan gestures.
Declaration
public bool IsHeaderScrollable { get; set; }
Property Value
System.
|
Items
Gets the collection of Tab
Declaration
public IList<TabViewItem> Items { get; }
Property Value
System.
|
ItemsSource
Gets or sets the items source from which tabview items are generated.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
ItemTemplate
Gets or sets the template that generates Tab
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.
|
SelectedIndex
Gets or sets the index of the currently selected Tab
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
SelectedItem
Gets or sets the currently selected Tab
Declaration
public TabViewItem SelectedItem { get; set; }
Property Value
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
Overrides
Events
SelectionChanged
Raised when the currently selected Tab
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|