dbicDate Send comments on this topic.
enumButtonAlign Enumeration
See Also  
dbicDate Assembly > Dbi.WinControl.Date Namespace : enumButtonAlign Enumeration

The available horizontal alignment of the grouping for the navigation buttons

Syntax

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

Members

MemberDescription
JustifiedThe navigation buttons will be one on each side (previous on the left, next on the right), with the title area in the middle.
LeftThe navigation buttons will be aligned to the left. The title area will be to their right.
RightThe navigation buttons will be aligned to the right. The title area will be to their left.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Date.enumButtonAlign

Requirements

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

See Also