C1.Web.Mvc Namespace / ShowMonthPicker Enumeration

ShowMonthPicker Enumeration
Specifies constants that define whether the control should display month navigation elements.
Syntax
'Declaration
 
Public Enum ShowMonthPicker 
   Inherits System.Enum
 
Members
MemberDescription
AllMonthsShow month navigation elements on all months.
FirstAndLastMonthsShow month navigation elements on the first and last months.
FirstMonthShow month navigation elements on the first month.
LastMonthShow month navigation elements on the last month.
NoneNo month navigation.
OutsideShow month navigation buttons next to the edges of the calendar.
Inheritance Hierarchy

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

See Also