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

Specifies a section of the control

Syntax

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

Members

MemberDescription
AllDayThe AllDay area of a column
HeaderThe Header area of a column
NoneOutside the control
ScheduleThe Schedule area (where appointments are displayed)
TimeThe Time area (left hand side)
TitleThe current area for the Title
Title2The alternate area for the Title

Inheritance Hierarchy

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

Requirements

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

See Also