RadTabControl
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadTabControl : ItemsControl, IAutomationPeer, IPeerConverter, IRadTabControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadTabControl...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadTabControl()
Properties
C#
public bool AllowDragOverTab { get; set; }
Implements:
C#
public bool AllowDragReorder { get; set; }
Implements:
C#
public bool AllTabsEqualHeight { get; set; }
Implements:
C#
public Visibility BackgroundVisibility { get; set; }
Implements:
C#
public ContentPresenter ContentPresenterElement { get; }
C#
[Obsolete("The property is deprecated. Please use DropDownButtonFrameworkElement instead.")]
public ToggleButton DropDownButtonElement { get; }
C#
public FrameworkElement DropDownButtonFrameworkElement { get; }
Implements:
C#
[Obsolete("The property is deprecated. Please use LeftScrollButtonElement instead.")]
public RepeatButton LeftScrollButton { get; }
C#
public FrameworkElement LeftScrollButtonElement { get; }
Implements:
C#
public bool ReorderTabRows { get; set; }
Implements:
C#
[Obsolete("The property is deprecated. Please use RightScrollButtonElement instead.")]
public RepeatButton RightScrollButton { get; }
C#
public FrameworkElement RightScrollButtonElement { get; }
Implements:
C#
public int SelectedIndex { get; set; }
Implements:
C#
public IList<IRadTabItem> TabItemElements { get; }
Implements:
C#
[Obsolete("The property is deprecated. Please use TabItemElements instead.")]
public IList<RadTabItem> TabItems { get; }
C#
public Orientation TabOrientation { get; set; }
Implements:
C#
public Position TabPosition { get; }
Implements:
C#
protected FrameworkElement TabWrapPanel { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements:
C#
public void ScrollLeft()
Implements:
C#
public void ScrollRight()
Implements:
C#
public void ToggleDropDown()
Implements: