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