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

How the selected date will be highlighted.

Syntax

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

Members

MemberDescription
DateOnly the date text will be highlighted.
FullThe full date area will be highlighted.

Inheritance Hierarchy

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

Requirements

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

See Also