summaryP:DotNetNuke.UI.WebControls.TabStripTabCollection.Item(System.Int32)
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)
Syntax
| C# |
|---|
public DNNTab this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( index As Integer ) As DNNTab Get |
Parameters
- index
- Type: System..::..Int32