dbicList Send comments on this topic.
Item Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > ColumnItemCollection Class : Item Property

nIndex
The index value of a dbiColumnItem contained in the collection.
The object which contains the dbiColumnItem Class.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal nIndex As Integer _
) As dbiColumnItem
C# 
public dbiColumnItem this[ 
   int nIndex
]; {get; set;}

Parameters

nIndex
The index value of a dbiColumnItem contained in the collection.

Property Value

dbiColumnItem

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also