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

Determines the position of the appointment above/below arrow, set in the ArrowPosition Property.

Syntax

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

Members

MemberDescription
ColumnShow the arrow to the right side of the column.
NoneNo arrows visible.
TimeShow the arrow in the time ruler.

Inheritance Hierarchy

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

Requirements

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

See Also