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

Determines the type of border set in the TimeBorderStyle Property.

Syntax

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

Members

MemberDescription
NoneRemoves the border from around the outside of the time area.
SinglePlaces a single border around the outside of the time area.

Inheritance Hierarchy

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

Requirements

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

See Also