RadTabControl
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadTabControl : ItemsControl, IAutomationPeer, IPeerConverter, IRadTabControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlRadTabControl...
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#
public FrameworkElement DropDownButtonFrameworkElement { get; }
Implements:
C#
public FrameworkElement LeftScrollButtonElement { get; }
Implements:
C#
public bool ReorderTabRows { get; set; }
Implements:
C#
public FrameworkElement RightScrollButtonElement { get; }
Implements:
C#
public int SelectedIndex { get; set; }
Implements:
C#
public IList<IRadTabItem> TabItemElements { get; }
Implements:
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: