menu

WinForms

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

    Show / Hide Table of Contents

    Class TabGroupData

    The TabGroupData class.

    Inheritance
    System.Object
    TabData
    TabGroupData
    Implements
    ITabData2
    ITabData
    System.IDisposable
    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()
    TabData.BackColor
    TabData.BoundsAffected
    TabData.CopyFrom(TabData)
    TabData.Dispose()
    TabData.Dispose(Boolean)
    TabData.Enabled
    TabData.Font
    TabData.ForeColor
    TabData.Image
    TabData.ImageChanged
    TabData.ImageSize
    TabData.M_Backcolor
    TabData.OnBoundsAffected()
    TabData.OnPropertyChanged()
    TabData.PropertyChanged
    TabData.SuperTooltip
    TabData.TabVisible
    TabData.ToolTip
    TabData.UseActiveTabColor
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabGroupData : TabData, ITabData2, ITabData, IDisposable

    Constructors

    TabGroupData()

    Constructor of the TabGroupData.

    Declaration
    public TabGroupData()

    Properties

    ImageIndex

    Gets /Sets the ImageIndex.

    Declaration
    public override int ImageIndex { get; set; }
    Property Value
    Type
    System.Int32
    Overrides
    TabData.ImageIndex

    Items

    Gets the TabGroupItemsList.

    Declaration
    public TabGroupItemsList Items { get; }
    Property Value
    Type
    TabGroupItemsList

    Padding

    Gets/Sets the Padding.

    Declaration
    public Point Padding { get; set; }
    Property Value
    Type
    System.Drawing.Point

    SelectedIndex

    Gets / Sets the SelectedIndex.

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

    Text

    Gets /Sets the text.

    Declaration
    public override string Text { get; set; }
    Property Value
    Type
    System.String
    Overrides
    TabData.Text

    Methods

    ChangeSelectedIndex(Int32)

    Declaration
    protected void ChangeSelectedIndex(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Events

    SelectedIndexChanged

    Occurs when Selected index changed.

    Declaration
    public event EventHandler SelectedIndexChanged
    Event Type
    Type
    System.EventHandler

    Implements

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