Interface IRadTabControl
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadTabControl : IControl, IFrameworkElement, ITargetElement
Properties
AllowDragOverTab
Declaration
bool AllowDragOverTab { get; set; }
Property Value
System.Boolean
|
AllowDragReorder
Declaration
bool AllowDragReorder { get; set; }
Property Value
System.Boolean
|
AllTabsEqualHeight
Declaration
bool AllTabsEqualHeight { get; set; }
Property Value
System.Boolean
|
BackgroundVisibility
DropDownButtonFrameworkElement
Declaration
FrameworkElement DropDownButtonFrameworkElement { get; }
Property Value
FrameworkElement
|
LeftScrollButtonElement
ReorderTabRows
Declaration
bool ReorderTabRows { get; set; }
Property Value
System.Boolean
|
RightScrollButtonElement
SelectedIndex
Declaration
int SelectedIndex { get; set; }
Property Value
System.Int32
|
TabItemElements
Declaration
IList<IRadTabItem> TabItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadTabItem>
|
TabOrientation
TabPosition
Methods
ScrollLeft()
Declaration
void ScrollLeft()
ScrollRight()
Declaration
void ScrollRight()
ToggleDropDown()
Declaration
void ToggleDropDown()