dbicMonth Send comments on this topic.
enumWeekNumberAlignment Enumeration
See Also  
dbicMonth Assembly > Dbi.WinControl.Month Namespace : enumWeekNumberAlignment Enumeration

Alignment of the weeknumbers.

Syntax

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

Members

MemberDescription
LeftAlign numbers to the left side of the control.
NoneNo weeknumbers.
RightAlign numbers to the right side of the control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Month.enumWeekNumberAlignment

Requirements

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

See Also