ArcGIS Pro 2.7 API Reference Guide
Item Property (PaneCollection)

ArcGIS.Desktop.Framework Namespace > PaneCollection Class : Item Property
The index into the collection.
Gets the pane at the specified index.
Syntax
public Pane this[ 
   int index
]; {get;}
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Pane

Parameters

index
The index into the collection.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PaneCollection Class
PaneCollection Members