WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OptionTab

    Show / Hide Table of Contents

    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 Description
    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 Description
    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 Description
    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 Description
    System.Object

    Header

    Header of the OptionTab.

    Declaration
    public string Header { get; set; }
    Property Value
    Type Description
    System.String

    TabPosition

    Shows OptionTab in Customization window above or below the default tabs.

    Declaration
    public TabPosition TabPosition { get; set; }
    Property Value
    Type Description
    TabPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved