Interface IRadTabControl
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadTabControl : IControl, IFrameworkElement, ITargetElement
Properties
Declaration
bool AllowDragOverTab { get; set; }
Property Value
Declaration
bool AllowDragReorder { get; set; }
Property Value
Declaration
bool AllTabsEqualHeight { get; set; }
Property Value
Declaration
Visibility BackgroundVisibility { get; set; }
Property Value
Declaration
bool ReorderTabRows { get; set; }
Property Value
Declaration
int SelectedIndex { get; set; }
Property Value
Declaration
IList<IRadTabItem> TabItemElements { get; }
Property Value
Declaration
Orientation TabOrientation { get; set; }
Property Value
Declaration
Position TabPosition { get; }
Property Value
Methods