| SplitterItemsCollection Class |
Namespace: Kettic.AspNet.Controls
The SplitterItemsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| SplitterItemsCollection | Initializes a new instance of the SplitterItemsCollection class. |
| Name | Description | |
|---|---|---|
| Clear | Removes all items from the collection. | |
| Insert |
Inserts the specified SplitterItem in the collection at the specified
index location.
| |
| RemoveAt | Removes the SplitterItem at the specified index from the collection. |
| Name | Description | |
|---|---|---|
| Item | Gets a SplitterItem at the specified index in the collection. |
The SplitterItemsCollection class represents a collection of SplitterItem objects. The SplitterItem objects in turn represent panes items within a KaxSplitter control.