バージョン 20.1

AppointmentResizeType 列挙体

Appointment で実行するサイズ変更操作のタイプを識別する定数。
シンタックス
public enum AppointmentResizeType : System.Enum 
メンバ
メンバ解説
AdjustEndDateTimeエンドユーザーが要素の右側または下をドラッグすると、EndDateTime プロパティの値が調整されます。
AdjustStartDateTimeエンドユーザーが要素の左側または上をドラッグすると、StartDateTime プロパティの値が調整されます。
参照