ASP.NET Core MVC コントロールヘルプ
DateSelectionMode 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : DateSelectionMode 列挙体
Specifies constants that define the date selection behavior.
シンタックス
'宣言
 
Public Enum DateSelectionMode 
   Inherits System.Enum
public enum DateSelectionMode : System.Enum 
メンバ
メンバ解説
DayThe user can select days.
MonthThe user can select months.
NoneThe user cannot change the current value using the mouse or keyboard.
RangeThe user can select range of days.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.DateSelectionMode

参照

C1.Web.Mvc 名前空間