Class RadTabControl
Inheritance
System.Object
RadTabControl
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadTabControl : ItemsControl, IAutomationPeer, IPeerConverter, IRadTabControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadTabControl()
Declaration
public RadTabControl()
Properties
AllowDragOverTab
Declaration
public bool AllowDragOverTab { get; set; }
Property Value
System.Boolean
|
Implements
AllowDragReorder
Declaration
public bool AllowDragReorder { get; set; }
Property Value
System.Boolean
|
Implements
AllTabsEqualHeight
Declaration
public bool AllTabsEqualHeight { get; set; }
Property Value
System.Boolean
|
Implements
BackgroundVisibility
Declaration
public Visibility BackgroundVisibility { get; set; }
Property Value
Visibility
|
Implements
ContentPresenterElement
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
ContentPresenter
|
DropDownButtonFrameworkElement
Declaration
public FrameworkElement DropDownButtonFrameworkElement { get; }
Property Value
FrameworkElement
|
Implements
LeftScrollButtonElement
Declaration
public FrameworkElement LeftScrollButtonElement { get; }
Property Value
FrameworkElement
|
Implements
ReorderTabRows
Declaration
public bool ReorderTabRows { get; set; }
Property Value
System.Boolean
|
Implements
RightScrollButtonElement
Declaration
public FrameworkElement RightScrollButtonElement { get; }
Property Value
FrameworkElement
|
Implements
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.Int32
|
Implements
TabItemElements
Declaration
public IList<IRadTabItem> TabItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadTabItem>
|
Implements
TabOrientation
TabPosition
TabWrapPanel
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|