Determines the display style of the header and column for the current day, set in TodayDisplayStyle Property.
| Visual Basic (Declaration) | |
|---|---|
Public Enum enumTodayDisplayStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum enumTodayDisplayStyle : System.Enum | |
| Member | Description |
|---|---|
| Full | Changes the header background and adds a box around the column itself. |
| Regular | Changes the background of the header only. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.DayView.enumTodayDisplayStyle
Target Platforms: Current Windows operating system with .NET 8.
Changes the header background and adds a box around the column itself.
Changes the background of the header only.