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

Determines the view that is presented in the DayViewBitmap Method.

Syntax

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

Members

MemberDescription
AllCreate the bitmap using all the columns (including hidden) in the bitmap.
CurrentCreate the bitmap using the currently displayed DayView.

Inheritance Hierarchy

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

Requirements

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

See Also