Class ColumnCollection
Column collection for MultiColumnComboBox.
Inheritance
System.Object
ColumnCollection
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ColumnCollection : CollectionBase
Constructors
ColumnCollection()
Constructor
Declaration
public ColumnCollection()
Properties
Item[Int32]
Provides the Indexer for the Collection
Declaration
public string this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type |
|---|
| System.String |
Methods
Add(String)
Adds the item to the Collection
Declaration
public void Add(string column)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | column | Column |
Remove(String)
Removes the item from the Collection
Declaration
public void Remove(string column)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | column | Column |