リサイズはクリックかドラッグ

GcDropDownCalendarEmptyRow プロパティ

GcDropDownCalendar に週の空白行を表示する方法を取得または設定します。これは依存関係プロパティです。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public EmptyRow EmptyRow { get; set; }

プロパティ値

型: EmptyRow
GcDropDownCalendar に週の空白行を表示する方法を示す EmptyRow 列挙値。
例外
例外条件
ArgumentExceptionEmptyRow プロパティに設定された値が EmptyRow 列挙体で定義されていない場合に発生します。
関連項目