WinForms

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

    Show / Hide Table of Contents

    Class MultiColumnTreeViewStyleInfoIdentity

    Inheritance
    System.Object
    StyleInfoIdentityBase
    StyleInfoSubObjectIdentity
    MultiColumnTreeViewStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    StyleInfoSubObjectIdentity.Owner
    StyleInfoSubObjectIdentity.Sip
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class MultiColumnTreeViewStyleInfoIdentity : StyleInfoSubObjectIdentity, IDisposable

    Constructors

    MultiColumnTreeViewStyleInfoIdentity(MultiColumnTreeView)

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

    MultiColumnTreeViewStyleInfoIdentity(TreeNodeAdv)

    Initializes a new instance of the TreeViewAdvStyleInfoIdentity class. that this is called only for ChildStyles.

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

    Tree node

    Properties

    Node

    Declaration
    public TreeNodeAdv Node { get; }
    Property Value
    Type Description
    TreeNodeAdv

    TreeView

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

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    StyleInfoSubObjectIdentity.Dispose()

    GetBaseStyles(IStyleInfo)

    Declaration
    public override IStyleInfo[] GetBaseStyles(IStyleInfo thisStyleInfo)
    Parameters
    Type Name Description
    IStyleInfo thisStyleInfo
    Returns
    Type Description
    IStyleInfo[]
    Overrides
    StyleInfoSubObjectIdentity.GetBaseStyles(IStyleInfo)

    OnStyleChanged(StyleInfoBase, StyleInfoProperty)

    Declaration
    public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase style
    StyleInfoProperty sip
    Overrides
    StyleInfoIdentityBase.OnStyleChanged(StyleInfoBase, StyleInfoProperty)

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

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