dbicCalendar Send comments on this topic.
enumNavigationStyle Enumeration
See Also  
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace : enumNavigationStyle Enumeration

How to navigate through the calendars.

Syntax

Visual Basic (Declaration) 
Public Enum enumNavigationStyle 
   Inherits System.Enum
C# 
public enum enumNavigationStyle : System.Enum 

Members

MemberDescription
NoneDo not scroll.
ScrollBarScroll with a horizontal scroll bar.
ScrollButtonsScroll with navigation buttons.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Calendar.enumNavigationStyle

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also