Calendar for UWP/WinRT
DataSource プロパティ (DaySlot)

現在の日付に関連付けられたデータを含むオブジェクトを取得または設定します。 これは依存プロパティです。デフォルト値は null です。
構文
'宣言
 
Public Property DataSource As System.Collections.IList
public System.Collections.IList DataSource {get; set;}
解説
DataSource プロパティが設定されている場合、C1Calendar コントロールは、このプロパティにカスタムオブジェクトのコレクションを設定します。 このプロパティ値をカスタムデータテンプレートの連結ソースとして使用できます。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

DaySlot クラス
DaySlot メンバ

Send Feedback