menu

WPF

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

    Show / Hide Table of Contents

    Class TabControlSettings

    Represent the class for the Tab Control Settings

    Inheritance
    System.Object
    TabControlSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TabControlSettings

    Constructors

    TabControlSettings()

    Initializes a new instance of the TabControlSettings class.

    Declaration
    public TabControlSettings()

    TabControlSettings(TabControl)

    Initializes a new instance of the TabControlSettings class.

    Declaration
    public TabControlSettings(TabControl tabControl)
    Parameters
    Type Name Description
    System.Windows.Controls.TabControl tabControl

    The tab control.

    Properties

    Items

    Gets or sets the items.

    Declaration
    public Dictionary<string, object> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    The items.

    SelectedIndex

    Gets or sets the value of SelectedIndex in TabControlExt

    Declaration
    public int SelectedIndex { get; set; }
    Property Value
    Type
    System.Int32

    TabStripPlacement

    Gets or sets the tab strip placement.

    Declaration
    public Dock TabStripPlacement { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.Dock

    The tab strip placement.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved