Class ItemRowCollection
Provides collection for Item proeprty in MultiColumnComboBox.
Inheritance
System.Object
ItemRowCollection
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ItemRowCollection : CollectionBase
Constructors
ItemRowCollection(MultiColumnComboBox)
Constructor
Declaration
public ItemRowCollection(MultiColumnComboBox owner)
Parameters
| Type | Name | Description |
|---|---|---|
| MultiColumnComboBox | owner |
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[] row)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | row |
Remove()
Removes the item from the Collection
Declaration
public void Remove()
RemoveAt(Int32)
Removes the item at specified position
Declaration
public void RemoveAt(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | Index |