バージョン

SelectedDates プロパティ

System.DateTime の現在選択される項目の日付を表す インスタンスのコレクションを返します。
シンタックス
'宣言
 
Public ReadOnly Property SelectedDates As Infragistics.Collections.DateCollection
public Infragistics.Collections.DateCollection SelectedDates {get;}
解説

SelectedDates はエンド ユーザーが選択された Infragistics.Controls.Editors.Primitives.CalendarItem インスタンスを表す DateTime インスタンスのコレクションです。Infragistics.Controls.Primitives.SelectionTypeRange または Extended のような複数選択を許可する値に設定する場合、コントロールは 1 つ以上の CalendarItem の選択を許可します。各項目の 1 つの日付が SelectedDates に追加されます。SelectedDate プロパティは、最初の項目にアクセスするために使用できます。

注:MinCalendarMode が Days 以外の値に設定される場合、Infragistics.Controls.Editors.Primitives.CalendarItem の選択は各選択された項目で 1 エントリーのみを追加します。項目の範囲の各日付を SelectedDates に追加しません。

参照