dbicMonth Send comments on this topic.
enumTitleType Enumeration
See Also  
dbicMonth Assembly > Dbi.WinControl.Month Namespace : enumTitleType Enumeration

How the control can be navigated.

Syntax

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

Members

MemberDescription
FullCan be navigated with the month only.
SplitCan be navigated by month or year.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Month.enumTitleType

Requirements

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

See Also