dbicCalendar Send comments on this topic.
Item Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiDayFormatCollection Class : Item Property

nIndex
The index of the item to get or set in the collection.
Gets or sets the item at a specific location in the collection.

Syntax

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

Parameters

nIndex
The index of the item to get or set in the collection.

Property Value

dbiDayFormat

Remarks

If the index value provided in less that zero, or greater than the value in dbiDayFormatCollection.Count property  an ArgumentExceptionOutOfRange error will occur.

Requirements

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

See Also