Wimark.Controls Class Library  

MonthCalendar.BoldedDateCollection.Item Property

Gets or sets the BoldedDate object at the specified indexed location in the collection.

[C#] In C#, this property is the indexer for the MonthCalendar.BoldedDateCollection class.

[Visual Basic]
Overloads Public ReadOnly Property Item( _
   ByVal index As Integer _
) As BoldedDate  Implements IList.Item 
[C#]
public BoldedDate this[  
   int index 
] {get;}
[C++]
public: __property BoldedDate* get_Item( 
   int index 
);

Implements

IList.Item

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

MonthCalendar.BoldedDateCollection Class | MonthCalendar.BoldedDateCollection Members | Wimark.Controls Namespace | BoldedDate