menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabNavigationItem - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabNavigationItem

    Represents the class for tab navigation item of the control.

    Inheritance
    System.Object
    TabNavigationItem
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TabNavigationItem : Control

    Constructors

    TabNavigationItem()

    Declaration
    public TabNavigationItem()

    Fields

    ContentProperty

    Declaration
    public static readonly DependencyProperty ContentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeaderProperty

    Declaration
    public static readonly DependencyProperty HeaderProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsSelectedProperty

    Declaration
    public static readonly DependencyProperty IsSelectedProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Content

    Declaration
    public object Content { get; set; }
    Property Value
    Type
    System.Object

    Header

    Declaration
    public object Header { get; set; }
    Property Value
    Type
    System.Object

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type
    System.Boolean

    SelectCommand

    Declaration
    public NavigationCommand SelectCommand { get; }
    Property Value
    Type
    NavigationCommand

    Methods

    OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Declaration
    protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved