alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ResetTabInfo

    Represents the class for reset the tab information of QAT.

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

    Constructors

    ResetTabInfo()

    Declaration
    public ResetTabInfo()

    Properties

    BarOrder

    Gets or sets the order of bars within the tab.

    Declaration
    public int[] BarOrder { get; set; }
    Property Value
    Type
    System.Int32[]

    Index

    Gets or sets the index of the tab.

    Declaration
    public int Index { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved