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.
|
Implements
AllowDragReorder
Declaration
public bool AllowDragReorder { get; set; }
Property Value
System.
|
Implements
AllTabsEqualHeight
Declaration
public bool AllTabsEqualHeight { get; set; }
Property Value
System.
|
Implements
BackgroundVisibility
Declaration
public Visibility BackgroundVisibility { get; set; }
Property Value
Implements
ContentPresenterElement
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
DropDownButtonElement
Declaration
[Obsolete("The property is deprecated. Please use DropDownButtonFrameworkElement instead.")]
public ToggleButton DropDownButtonElement { get; }
Property Value
DropDownButtonFrameworkElement
Declaration
public FrameworkElement DropDownButtonFrameworkElement { get; }
Property Value
Implements
LeftScrollButton
Declaration
[Obsolete("The property is deprecated. Please use LeftScrollButtonElement instead.")]
public RepeatButton LeftScrollButton { get; }
Property Value
LeftScrollButtonElement
Declaration
public FrameworkElement LeftScrollButtonElement { get; }
Property Value
Implements
ReorderTabRows
Declaration
public bool ReorderTabRows { get; set; }
Property Value
System.
|
Implements
RightScrollButton
Declaration
[Obsolete("The property is deprecated. Please use RightScrollButtonElement instead.")]
public RepeatButton RightScrollButton { get; }
Property Value
RightScrollButtonElement
Declaration
public FrameworkElement RightScrollButtonElement { get; }
Property Value
Implements
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
Implements
TabItemElements
Declaration
public IList<IRadTabItem> TabItemElements { get; }
Property Value
System.
|
Implements
TabItems
Declaration
[Obsolete("The property is deprecated. Please use TabItemElements instead.")]
public IList<RadTabItem> TabItems { get; }
Property Value
System.
|
TabOrientation
Declaration
public Orientation TabOrientation { get; set; }
Property Value
Implements
TabPosition
Declaration
public Position TabPosition { get; }
Property Value
Implements
TabWrapPanel
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
Automation
|