dbicDayView Send comments on this topic.
Item Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > ColumnTypeCollection Class : Item Property

nIndex
Integer value representing the 0-based index of the desired object.
Gets or sets a dbiColumnType item in the collection.

Syntax

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

Parameters

nIndex
Integer value representing the 0-based index of the desired object.

Property Value

dbiColumnType

Requirements

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

See Also