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

How the calendar will be displayed.

Syntax

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

Members

MemberDescription
MonthlyThe calendar will appear in a monthly format.
WeeklyThe calendar will appear in a weekly format.

Inheritance Hierarchy

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

Requirements

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

See Also