| KaxTabCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxTabCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxTabCollection |
Initializes a new instance of the KaxTabCollection class.
|
| Name | Description | |
|---|---|---|
| Add |
Appends the specified KaxTab object to the end of the current KaxTabCollection.
| |
| AddRange | Appends the specified array of KaxTab objects to the end of the
current KaxTabCollection.
| |
| Contains |
Determines whether the specified KaxTab object is in the current
KaxTabCollection.
| |
| FindTab |
Returns the first KaxTab
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
| |
| FindTabByText(String) | ||
| FindTabByText(String, Boolean) | ||
| FindTabByValue(String) | ||
| FindTabByValue(String, Boolean) | ||
| IndexOf |
Determines the index of the specified KaxTab object in the collection.
| |
| Insert |
Inserts the specified KaxTab object in the current
KaxTabCollection at the specified index location.
| |
| Remove |
Removes the specified KaxTab object from the current
KaxTabCollection.
| |
| RemoveAt |
Removes the KaxTab object at the specified index
from the current KaxTabCollection.
|
| Name | Description | |
|---|---|---|
| Item |
Gets the KaxTab object at the specified index in
the current KaxTabCollection.
|