Gets or sets a value indicating whether the TabItem is currently selected.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public bool IsSelected { get; set; }
Visual Basic
Public Property IsSelected As Boolean
	Get
	Set

Field Value

True if the TabItem is selected; otherwise, false.

See Also