GrapeCity.Web.Input.v100 アセンブリ > GrapeCity.Web.Input.IMCalendar 名前空間 : SelectionMode 列挙体 |
Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
メンバ | 解説 |
---|---|
MultiRich | MultiSimpleにOutlookカレンダーと同等の日付選択機能を追加したものです。CtrlキーやShiftキーを使った日付選択が可能です。 |
MultiSimple | 複数の日付を選択するモードです。選択されたすべての日付は、Selectionsプロパティが参照するSelectionCollectionオブジェクトに設定されます。 |
One | 単一の日付を選択するモードです。選択された日付は、SelectedDateプロパティに設定されます。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Web.Input.IMCalendar.SelectionMode