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. |