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
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
|
DropDownButtonElement
Declaration
[Obsolete("The property is deprecated. Please use DropDownButtonFrameworkElement instead.")]
public ToggleButton DropDownButtonElement { get; }
Property Value
ToggleButton
|
DropDownButtonFrameworkElement
Declaration
public FrameworkElement DropDownButtonFrameworkElement { get; }
Property Value
FrameworkElement
|
Implements
LeftScrollButton
Declaration
[Obsolete("The property is deprecated. Please use LeftScrollButtonElement instead.")]
public RepeatButton LeftScrollButton { get; }
Property Value
RepeatButton
|
LeftScrollButtonElement
Declaration
public FrameworkElement LeftScrollButtonElement { get; }
Property Value
FrameworkElement
|
Implements
ReorderTabRows
Declaration
public bool ReorderTabRows { get; set; }
Property Value
System.Boolean
|
Implements
RightScrollButton
Declaration
[Obsolete("The property is deprecated. Please use RightScrollButtonElement instead.")]
public RepeatButton RightScrollButton { get; }
Property Value
RepeatButton
|
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
TabItems
Declaration
[Obsolete("The property is deprecated. Please use TabItemElements instead.")]
public IList<RadTabItem> TabItems { get; }
Property Value
System.Collections.Generic.IList<RadTabItem>
|
TabOrientation
TabPosition
TabWrapPanel
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|