Class StyleNamePairsList
Represents the style of the nodes in MultiColumnTreeView.
Inheritance
System.Object
StyleNamePairsList
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StyleNamePairsList : ArrayList
Constructors
StyleNamePairsList(MultiColumnTreeView)
Initialize a new instance of the StyleNamePairsList class.
Declaration
public StyleNamePairsList(MultiColumnTreeView tree)
Parameters
| Type | Name | Description |
|---|---|---|
| MultiColumnTreeView | tree | The tree value. |
Methods
AddRange(StyleNamePair[])
Adds an array of TreeView object collection.
Declaration
public void AddRange(StyleNamePair[] stylePairs)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleNamePair[] | stylePairs | The style object. |