Represents a tab group item, the default item of the LayoutControlTabGroup.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
[TelerikToolboxCategory("Containers")]
public class LayoutControlTabGroupItem : HeaderedContentControl, ISerializable
Inheritance: objectLayoutControlTabGroupItem
Implements:
Constructors
C#
public LayoutControlTabGroupItem()
Fields
IsSelectedProperty
DependencyProperty
Identifies the property.
C#
public static readonly DependencyProperty IsSelectedProperty
Properties
Gets or sets whether the LayoutControlTabGroupItem is selected.
C#
public bool IsSelected { get; set; }
Methods
Deserializes the specified info. Restores the property values of the instance from the info.
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Responds to a click of the left mouse wheel button.
C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Required arguments that describe this event.
Resets the theme.
C#
public void ResetTheme()
Serializes this instance into a SerializationInfo object.