Interface
IRadTabControl

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadTabControl : IControl, IFrameworkElement, ITargetElement

Derived Classes: AutoHideAreaRadOutlookBarRadPaneGroupRadTabControlAutoHideAreaFileBrowserTabControlRadOutlookBarRadPaneGroupRadTabControl

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

AllTabsEqualHeight

Declaration

cs-api-definition
bool AllTabsEqualHeight { get; set; }

Property Value

bool

AllowDragOverTab

Declaration

cs-api-definition
bool AllowDragOverTab { get; set; }

Property Value

bool

AllowDragReorder

Declaration

cs-api-definition
bool AllowDragReorder { get; set; }

Property Value

bool

BackgroundVisibility

Declaration

cs-api-definition
Visibility BackgroundVisibility { get; set; }

Property Value

Visibility

DropDownButtonFrameworkElement

Declaration

cs-api-definition
FrameworkElement DropDownButtonFrameworkElement { get; }

Property Value

FrameworkElement

LeftScrollButtonElement

Declaration

cs-api-definition
FrameworkElement LeftScrollButtonElement { get; }

Property Value

FrameworkElement

ReorderTabRows

Declaration

cs-api-definition
bool ReorderTabRows { get; set; }

Property Value

bool

RightScrollButtonElement

Declaration

cs-api-definition
FrameworkElement RightScrollButtonElement { get; }

Property Value

FrameworkElement

SelectedIndex

Declaration

cs-api-definition
int SelectedIndex { get; set; }

Property Value

int

TabItemElements

Declaration

cs-api-definition
IList<IRadTabItem> TabItemElements { get; }

Property Value

IList<IRadTabItem>

TabOrientation

Declaration

cs-api-definition
Orientation TabOrientation { get; set; }

Property Value

Orientation

TabPosition

Declaration

cs-api-definition
Position TabPosition { get; }

Property Value

Position

Methods

ScrollLeft()

Declaration

cs-api-definition
void ScrollLeft()

ScrollRight()

Declaration

cs-api-definition
void ScrollRight()

ToggleDropDown()

Declaration

cs-api-definition
void ToggleDropDown()