バージョン

AppointmentDialogCore コンストラクタ

Appointment ダイアログのコアを表す AppointmentDialogCore コントロールのインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal container As FrameworkElement, _
   ByVal dataManager As XamScheduleDataManager, _
   ByVal appointment As Appointment _
)
public AppointmentDialogCore( 
   FrameworkElement container,
   XamScheduleDataManager dataManager,
   Appointment appointment
)

パラメータ

container
このダイアログを格納する FrameworkElement を返します。このダイアログを格納する要素がない場合は null を返します。
dataManager
現在の Infragistics.Controls.Schedules.XamScheduleDataManager
appointment
表示する予定。
参照