alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class StyleNamePair

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

    Inheritance
    System.Object
    StyleNamePair
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class StyleNamePair : Object

    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 - 2026 Syncfusion Inc. All Rights Reserved