summaryP:DotNetNuke.Web.UI.WebControls.DnnTabCollection.Item(System.Int32)
Namespace: DotNetNuke.Web.UI.WebControlsAssembly: DotNetNuke.Web (in DotNetNuke.Web.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