C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / NavButtons Enumeration

NavButtons Enumeration
Enumeration that determines the display of navigation buttons.
Syntax
'Declaration
 
Public Enum NavButtons 
   Inherits System.Enum
 
Members
MemberDescription
DefaultDisplays the previous and next buttons.
NoneNo navigation buttons are displayed.
QuickDisplays the previous, next, quick previous and quick next buttons.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Calendar.NavButtons

See Also