バージョン

AppointmentEditor プロパティ

Appointments の編集に使用されるエディターを取得または設定します。
シンタックス
'宣言
 
Public Property AppointmentEditor As Infragistics.Win.EmbeddableEditorBase
public Infragistics.Win.EmbeddableEditorBase AppointmentEditor {get; set;}
解説

デフォルトでは、ControlWithActivityBase 派生コントロールは appointments を編集するのに EditorWithText 組み込み可能なエディターを使用します。予定を編集するのに使用される別の組み込み可能なエディターを割り当てするのに使用できる AppointmentEditorComponent プロパティ。

AppointmentEditor プロパティは実行時にのみ使用可能です。

参照