Class TabControlSettings
Represent the class for the Tab Control Settings
Inheritance
System.Object
TabControlSettings
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TabControlSettings : Object
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. |