menu

WinForms

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

    Show / Hide Table of Contents

    Class TabGroupItem

    The TabGroup item class.

    Inheritance
    System.Object
    TabGroupItem
    Implements
    IChangeNotifyingItem
    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()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabGroupItem : IChangeNotifyingItem

    Constructors

    TabGroupItem()

    Constructor of the TabGroupItem.

    Declaration
    public TabGroupItem()

    TabGroupItem(String, Int32, Object)

    Constructor of the TabGroupItem.

    Declaration
    public TabGroupItem(string text, int imageIndex, object tag)
    Parameters
    Type Name Description
    System.String text

    The text of the TabGroupItem.

    System.Int32 imageIndex

    The image index.

    System.Object tag

    The tag value

    Properties

    ImageIndex

    Gets/Sets the Image index.

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

    Tag

    Gets /Sets the tag value.

    Declaration
    public object Tag { get; set; }
    Property Value
    Type
    System.Object

    Text

    Gets / Sets the text.

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

    Methods

    OnPropertyChanged(PropertyChangeEffect)

    Declaration
    protected virtual void OnPropertyChanged(PropertyChangeEffect propertyChangeEffect)
    Parameters
    Type Name Description
    PropertyChangeEffect propertyChangeEffect

    Events

    PropertyChanged

    Occurs on Property changed.

    Declaration
    public event SyncfusionPropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    SyncfusionPropertyChangedEventHandler

    Implements

    IChangeNotifyingItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved