Class TabbedWindowTabControl
TabControl which provides additional 'Add Tabs' button and hosts the tabs in Rad
Inherited Members
Namespace: Telerik.Windows.Controls.TabbedWindow
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class TabbedWindowTabControl : RadTabControl, IThemable
Constructors
TabbedWindowTabControl()
Declaration
public TabbedWindowTabControl()
Fields
AddButtonStyleProperty
Registers the Add
Declaration
public static readonly DependencyProperty AddButtonStyleProperty
Field Value
System.
|
AddButtonVisibilityProperty
Registers the Add
Declaration
public static readonly DependencyProperty AddButtonVisibilityProperty
Field Value
System.
|
AddingNewTabEvent
Registers the Adding
Declaration
public static readonly RoutedEvent AddingNewTabEvent
Field Value
System.
|
AdditionalLeftContentProperty
Registers the Additional
Declaration
public static readonly DependencyProperty AdditionalLeftContentProperty
Field Value
System.
|
ItemMinWidthProperty
Registers the Item
Declaration
public static readonly DependencyProperty ItemMinWidthProperty
Field Value
System.
|
ItemWidthProperty
Registers the Item
Declaration
public static readonly DependencyProperty ItemWidthProperty
Field Value
System.
|
Properties
AddButtonStyle
Gets or sets the style of the add tabs button.
Declaration
public Style AddButtonStyle { get; set; }
Property Value
System.
|
AddButtonVisibility
Gets or sets the AddButtonVisibility.
Declaration
public Visibility AddButtonVisibility { get; set; }
Property Value
System.
|
AdditionalLeftContent
Gets or sets the AdditionalLeftContent.
Declaration
public object AdditionalLeftContent { get; set; }
Property Value
System.
|
ItemMinWidth
Gets or sets the minimum width of the tab items.
Declaration
public double ItemMinWidth { get; set; }
Property Value
System.
|
ItemWidth
Gets or sets the default width of the tab items.
Declaration
public double ItemWidth { get; set; }
Property Value
System.
|
Methods
IsSelectionNonBoundAtClientSide()
Determines of user has no bindings to SelectedIndex or SelectedItem properties.
Declaration
protected override bool IsSelectionNonBoundAtClientSide()
Returns
System.
|
Overrides
OnAddingNewItem(AddingNewTabEventArgs)
Declaration
protected virtual bool OnAddingNewItem(AddingNewTabEventArgs args)
Parameters
Returns
System.
|
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes
(such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Overrides
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the System.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System. Information about the change. |
Overrides
OnScrollButtonsVisibilityChanged()
Invoked when scroll buttons visibility changes.
Declaration
protected override void OnScrollButtonsVisibilityChanged()
Overrides
Events
AddingNewTab
Occurs when a Rad
Declaration
public event EventHandler<AddingNewTabEventArgs> AddingNewTab
Event Type
System.
|
ItemsChanged
Occurs when items are changed (reset, added, removed).
Declaration
public event EventHandler<NotifyCollectionChangedEventArgs> ItemsChanged
Event Type
System.
|