Gets the item at the specified index in the collection.
Namespace:
DlhSoft.Windows.Controls
Assembly:
DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public DataTreeGridItem this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As DataTreeGridItem Get |
Parameters
- index
- Type: System..::..Int32
The index to get the item at.