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

Determines the display style of the header and column for the current day, set in TodayDisplayStyle Property.

Syntax

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

Members

MemberDescription
FullChanges the header background and adds a box around the column itself.
RegularChanges the background of the header only.

Inheritance Hierarchy

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

Requirements

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

See Also