SPREAD for WPF 3.0J - GcSpreadSheet
CalendarMode 列挙体

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 : CalendarMode 列挙体
GcDropDownCalendar に 10 年、1年、1月のいずれを表示するかを指定します。
シンタックス
'宣言
 
Public Enum CalendarMode 
   Inherits System.Enum
public enum CalendarMode : System.Enum 
メンバ
メンバ解説
DecadeGcDropDownCalendar に、一度に10年が表示されます。
MonthGcDropDownCalendar に、一度に1月が表示されます。
YearGcDropDownCalendar に、一度に1年が表示されます。
解説
GcDropDownCalendar には、一度に1月、1年、または 10 年を表示できます。次の表に、各モード間の移動方法を示します。
DisplayMode
Month Year に移動するには、月の見出しをクリックします。
Year Decade に移動するには、年の見出しをクリックします。Month に移動するには、表示されているいずれかの月をクリックします。
Decade Year に移動するには、表示されているいずれかの年をクリックします。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarMode

参照

GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間