dbicDayView Send comments on this topic.
enumTitlePosition Enumeration
See Also  
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : enumTitlePosition Enumeration

The position of the title section, set in the TitlePosition Property.

Syntax

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

Members

MemberDescription
LeftThe title section is placed to the left of the column headers.
TopThe title section is placed above the column headers.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.DayView.enumTitlePosition

Requirements

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

See Also