ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DateSelectionMode Enumeration

In This Topic
    DateSelectionMode Enumeration
    In This Topic
    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.
    RangeThe user can select range of days.
    Inheritance Hierarchy

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

    See Also