WinForms

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

    Show / Hide Table of Contents

    Class StyleNamePair

    Represents the data for the name pair of styling in TreeViewAdv.

    Inheritance
    System.Object
    StyleNamePair
    Inherited Members
    System.Object.ToString()
    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
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class StyleNamePair

    Constructors

    StyleNamePair(String, TreeNodeAdvStyleInfo)

    Initialize a new instance of the StyleNamePair class.

    Declaration
    public StyleNamePair(string name, TreeNodeAdvStyleInfo style)
    Parameters
    Type Name Description
    System.String name

    Passes the name.

    TreeNodeAdvStyleInfo style

    A TreeNodeAdvStyleInfo appearance and behavior information regarding the TreeNodeAdv.

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