menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeAdvSubItemStyleInfoIdentity

    Represents the identity for the style information to subitem of the TreeNodeAdv in Treeview control.

    Inheritance
    System.Object
    StyleInfoIdentityBase
    StyleInfoSubObjectIdentity
    TreeNodeAdvSubItemStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    StyleInfoIdentityBase.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectIdentity.Dispose()
    StyleInfoSubObjectIdentity.Owner
    StyleInfoSubObjectIdentity.Sip
    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.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvSubItemStyleInfoIdentity : StyleInfoSubObjectIdentity, IDisposable

    Constructors

    TreeNodeAdvSubItemStyleInfoIdentity(MultiColumnTreeView)

    Initialize a new instance of the TreeNodeAdvSubItemStyleInfoIdentity class.

    Declaration
    public TreeNodeAdvSubItemStyleInfoIdentity(MultiColumnTreeView tree)
    Parameters
    Type Name Description
    MultiColumnTreeView tree

    It contains the value of treeview.

    TreeNodeAdvSubItemStyleInfoIdentity(TreeNodeAdv)

    Initialize a new instance of the TreeNodeAdvSubItemStyleInfoIdentity class.

    Declaration
    public TreeNodeAdvSubItemStyleInfoIdentity(TreeNodeAdv node)
    Parameters
    Type Name Description
    TreeNodeAdv node

    It contains the value of the node.

    TreeNodeAdvSubItemStyleInfoIdentity(TreeNodeAdvSubItem)

    Initialize a new instance of the TreeNodeAdvSubItemStyleInfoIdentity class.

    Declaration
    public TreeNodeAdvSubItemStyleInfoIdentity(TreeNodeAdvSubItem subitem)
    Parameters
    Type Name Description
    TreeNodeAdvSubItem subitem

    It contains the value of subitem.

    Properties

    TreeNode

    Gets parent node.

    Declaration
    public TreeNodeAdv TreeNode { get; }
    Property Value
    Type
    TreeNodeAdv

    TreeNodeSubItem

    Gets parent subitem.

    Declaration
    public TreeNodeAdvSubItem TreeNodeSubItem { get; }
    Property Value
    Type
    TreeNodeAdvSubItem

    TreeView

    Gets parent control.

    Declaration
    public MultiColumnTreeView TreeView { get; }
    Property Value
    Type
    MultiColumnTreeView

    Methods

    GetBaseStyles(IStyleInfo)

    Returns an array with base styles for the specified style object.

    Declaration
    public override IStyleInfo[] GetBaseStyles(IStyleInfo info)
    Parameters
    Type Name Description
    IStyleInfo info

    The style object.

    Returns
    Type Description
    IStyleInfo[]

    An array of style objects that are base styles for the current style object.

    Overrides
    StyleInfoSubObjectIdentity.GetBaseStyles(IStyleInfo)

    Implements

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