Class TabNavigationItem
Represents the class for tab navigation item of the control.
Inheritance
System.Object
TabNavigationItem
Assembly: Syncfusion.Tools.Wpf.dll
public class TabNavigationItem : Control
Constructors
Declaration
public TabNavigationItem()
Fields
ContentProperty
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Content
Declaration
public object Content { get; set; }
Property Value
Declaration
public object Header { get; set; }
Property Value
Declaration
public bool IsSelected { get; set; }
Property Value
Declaration
public NavigationCommand SelectCommand { get; }
Property Value
Methods
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
e |
|