Class RadTabItem
Inheritance
System.Object
RadTabItem
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadTabItem : HeaderedContentControl, IRadTabItem, ISelectable
Constructors
Fields
Declaration
public static readonly DependencyProperty BottomTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DropDownContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DropDownContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DropDownContentTemplateSelectorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsBreakProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsDragDisabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsPinnedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LeftTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RightTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TabOrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TabStripPlacementProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TopTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public virtual ControlTemplate BottomTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.ControlTemplate
|
Declaration
public object DropDownContent { get; set; }
Property Value
Declaration
public DataTemplate DropDownContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public DataTemplateSelector DropDownContentTemplateSelector { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.DataTemplateSelector
|
Declaration
public virtual bool IsBreak { get; set; }
Property Value
Declaration
public bool IsDragDisabled { get; set; }
Property Value
Declaration
public bool IsPinned { get; set; }
Property Value
Declaration
public bool IsSelected { get; set; }
Property Value
Implements
Declaration
public virtual ControlTemplate LeftTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.ControlTemplate
|
Declaration
public virtual ControlTemplate RightTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.ControlTemplate
|
Declaration
public virtual Orientation TabOrientation { get; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
public virtual Dock TabStripPlacement { get; }
Property Value
Implements
Declaration
public virtual ControlTemplate TopTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.ControlTemplate
|
Methods
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
|
System.Boolean
useTransitions
|
Declaration
protected virtual ControlTemplate FindTemplateFromPosition(Dock position)
Parameters
Returns
|
Microsoft.UI.Xaml.Controls.ControlTemplate
|
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Declaration
protected override void OnApplyTemplate()
Overrides
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
|
System.Object
oldContent
|
|
System.Object
newContent
|
Declaration
protected virtual void OnIsSelectedChanged(bool oldValue, bool newValue)
Parameters
|
System.Boolean
oldValue
|
|
System.Boolean
newValue
|
Declaration
protected virtual void OnLoaded(object sender, RoutedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.RoutedEventArgs
e
|
Declaration
public virtual void OnSelected(RadRoutedEventArgs e)
Parameters
Declaration
public virtual void OnUnselected(RadRoutedEventArgs e)
Parameters
Declaration
protected void UpdateTemplate()
Explicit Interface Implementations
Declaration
Control IRadTabItem.Control { get; }
Returns
|
Microsoft.UI.Xaml.Controls.Control
|
Implements
Declaration
void IRadTabItem.SetTabOrientation(Orientation value)
Parameters
|
Microsoft.UI.Xaml.Controls.Orientation
value
|
Implements
Declaration
void IRadTabItem.UpdateTabStripPlacement(Dock value)
Parameters
Implements
Extension Methods