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

Determines the type of appointment above/below arrow to display, set in the ArrowType Property.

Syntax

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

Members

MemberDescription
ArrowArrow type.
BoxArrow with Ellipse in a box.

Inheritance Hierarchy

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

Requirements

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

See Also