Class
LayoutControlTabGroupItem

Represents a tab group item, the default item of the LayoutControlTabGroup.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Containers")]
public class LayoutControlTabGroupItem : HeaderedContentControl, ISerializable

Inheritance: objectLayoutControlTabGroupItem

Implements: ISerializable

Constructors

LayoutControlTabGroupItem()

Declaration

cs-api-definition
public LayoutControlTabGroupItem()

Fields

IsSelectedProperty

Identifies the property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

Properties

IsSelected

Gets or sets whether the LayoutControlTabGroupItem is selected.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

Methods

Deserialize(SerializationInfo)

Deserializes the specified info. Restores the property values of the instance from the info.

Declaration

cs-api-definition
public void Deserialize(SerializationInfo info)

Parameters

info

SerializationInfo

Implements ISerializable.Deserialize(SerializationInfo)

OnContentChanged(object, object)

Raised on content changed.

Declaration

cs-api-definition
protected override void OnContentChanged(object oldContent, object newContent)

Parameters

oldContent

object

newContent

object

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnMouseLeftButtonDown(MouseButtonEventArgs)

Responds to a click of the left mouse wheel button.

Declaration

cs-api-definition
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

Required arguments that describe this event.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()

Serialize()

Serializes this instance into a SerializationInfo object.

Declaration

cs-api-definition
public SerializationInfo Serialize()

Returns

SerializationInfo

Implements ISerializable.Serialize()