dbicDropDate Send comments on this topic.
enumButtonType Enumeration
See Also  
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace : enumButtonType Enumeration

The type of navigation button to display.

Syntax

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

Members

MemberDescription
BothShow Left and Right buttons.
LeftShow just the Left button
NoneShow neither button
RightShow just the Right button

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.DropDate.enumButtonType

Requirements

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

See Also