New to Telerik UI for WPFStart a free 30-day trial

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: ISerializable

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.

C#
public void Deserialize(SerializationInfo info)
Parameters:infoSerializationInfo

Implements: ISerializable.Deserialize(SerializationInfo)

Raised on content changed.

C#
protected override void OnContentChanged(object oldContent, object newContent)
Parameters:oldContentobjectnewContentobject

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Responds to a click of the left mouse wheel button.

C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

Required arguments that describe this event.

Resets the theme.

C#
public void ResetTheme()

Serializes this instance into a SerializationInfo object.

C#
public SerializationInfo Serialize()
Returns:

SerializationInfo

Implements: ISerializable.Serialize()