ComponentOne ASP.NET MVC Controls
DateSelectionMode Enumeration

C1.Web.Mvc Namespace : DateSelectionMode Enumeration
Specifies constants that define the date selection behavior.
Syntax
'Declaration
 
Public Enum DateSelectionMode 
   Inherits System.Enum
public enum DateSelectionMode : System.Enum 
Members
MemberDescription
DayThe user can select days.
MonthThe user can select months.
NoneThe user cannot change the current value using the mouse or keyboard.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Mvc Namespace