Class StyleNamePairsList
Represents the data for the name pair list of the styling in TreeViewAdv.
Inheritance
System.Object
StyleNamePairsList
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StyleNamePairsList : ArrayList
Constructors
StyleNamePairsList(TreeViewAdv)
Initialize a new instance of the StyleNamePairsList class.
Declaration
public StyleNamePairsList(TreeViewAdv tree)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeViewAdv | tree | A TreeViewAdv. |
Methods
Add(StyleNamePair)
Adds an object to the end of the System.Collections.ArrayList.
Declaration
public void Add(StyleNamePair stylePair)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleNamePair | stylePair | The System.Object to be added to the end of the System.Collections.ArrayList. The value can be null. |
AddRange(StyleNamePair[])
Adds the elements of an System.Collections.ICollection to the end of the System.Collections.ArrayList.
Declaration
public void AddRange(StyleNamePair[] stylePairs)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleNamePair[] | stylePairs | The System.Collections.ICollection whose elements should be added to the end of the System.Collections.ArrayList. The collection itself cannot be null, but it can contain elements that are null. |