InterfaceIRadTabControl
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadTabControl : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
BackgroundVisibility
Declaration
cs-api-definition
Visibility BackgroundVisibility { get; set; }
Property Value
DropDownButtonFrameworkElement
Declaration
cs-api-definition
FrameworkElement DropDownButtonFrameworkElement { get; }
Property Value
LeftScrollButtonElement
Declaration
cs-api-definition
FrameworkElement LeftScrollButtonElement { get; }
Property Value
RightScrollButtonElement
Declaration
cs-api-definition
FrameworkElement RightScrollButtonElement { get; }
Property Value
TabItemElements
Declaration
cs-api-definition
IList<IRadTabItem> TabItemElements { get; }
Property Value
Methods
ScrollLeft()
Declaration
cs-api-definition
void ScrollLeft()
ScrollRight()
Declaration
cs-api-definition
void ScrollRight()
ToggleDropDown()
Declaration
cs-api-definition
void ToggleDropDown()