Class OptionTab
Inheritance
System.Object
OptionTab
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class OptionTab : FrameworkElement
Constructors
OptionTab()
Declaration
public OptionTab()
Fields
ContentProperty
Identifies the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Content dependency property.
HeaderProperty
Identifies the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Header dependency property.
TabPositionProperty
Identifies the TabPosition dependency property.
Declaration
public static readonly DependencyProperty TabPositionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the TabPosition dependency property.
Properties
Content
Content of Customization window.
Declaration
public object Content { get; set; }
Property Value
Type |
---|
System.Object |
Header
Header of the OptionTab.
Declaration
public string Header { get; set; }
Property Value
Type |
---|
System.String |
TabPosition
Shows OptionTab in Customization window above or below the default tabs.
Declaration
public TabPosition TabPosition { get; set; }
Property Value
Type |
---|
TabPosition |