Wimark.Controls Class Library  

MonthCalendar.BoldedDateCollection.Item Property

Gets or sets the BoldedDate object with the specified date in the collection.

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

Overload List

Gets or sets the BoldedDate object with the specified date in the collection.

[Visual Basic] Overloads Public ReadOnly Property Item(DateTime) As BoldedDate
[C#] public BoldedDate this[DateTime] {get;}
[C++] public: __property BoldedDate* get_Item(DateTime);

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

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

See Also

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