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

The navigation buttons to display.

Syntax

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

Members

MemberDescription
BothBoth the left and right navigation buttons are displayed.
LeftOnly the left navigation button is displayed.
NoneNo navigation buttons are displayed.
RightOnly the right navigation button is displayed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.enumButtonType

Requirements

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

See Also

Reference

Dbi Namespace