ASPxClientTabControlWithClientTabAPI.InsertTab(index, text) Method
Declaration
InsertTab(
index: number,
text: string,
isActive?: boolean,
toolTip?: string,
navigateUrl?: string
): void
Parameters
| Name | Type |
|---|---|
| index | number |
| text | string |
| isActive | boolean |
| toolTip | string |
| navigateUrl | string |
See Also