Represents a tab layout group.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
[TelerikToolboxCategory("Containers")]
public class LayoutControlTabGroup : LayoutControlGroupBase, ISerializable
Inheritance: objectLayoutControlGroupBaseLayoutControlTabGroup
Implements:
Inherited Members
Constructors
Initializes a new instance of the LayoutControlTabGroup class.
public LayoutControlTabGroup()
Fields
SelectedItemProperty
DependencyProperty
Identifies the property.
public static readonly DependencyProperty SelectedItemProperty
Properties
Gets or sets the item which content will be displayed.
public object SelectedItem { get; set; }
Methods
When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Overrides:
GetContainerForItemOverride()
DependencyObject
Creates the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
When overridden in a derived class, is invoked whenever application code or internal processes call. .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Invoked when the Items property changes.
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Overrides:
Resets the theme.
public void ResetTheme()