Scheduler for WinForms
AppointmentType プロパティ (Appointment)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > Appointment クラス : AppointmentType プロパティ
このオブジェクトに関連付けられているカスタムテキスト値を取得または設定します。
シンタックス
'宣言
 
Public Property AppointmentType As System.String
public System.string AppointmentType {get; set;}
解説

このプロパティは、予定の他のプロパティと共にシリアル化されます。このプロパティを使用して、カスタムコンテンツを表示するか、またはプロパティ値に応じて異なるアクションを実行できます。このプロパティは、バイナリ形式でシリアル化され、AppointmentProperties のマッピングが設定されている場合は、マッピング元のデータソースに保存されます。

参照

Appointment クラス
Appointment メンバ