dbicDate Send comments on this topic.
enumSelectedMode Enumeration
See Also  
dbicBase Assembly > Dbi Namespace : enumSelectedMode Enumeration

How the dates can be selected.

Syntax

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

Members

MemberDescription
MultipleMultiple dates can be selected at a time.
NoneDates cannot be selected.
SingleA single date can be selected at a time.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.enumSelectedMode

Requirements

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

See Also

Reference

Dbi Namespace