dbicDayView Send comments on this topic.
AllDayImage Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : AllDayImage Property

Gets or sets the image of an all day appointment.

Syntax

Visual Basic (Declaration) 
Public Overridable Property AllDayImage As Integer
C# 
public virtual int AllDayImage {get; set;}

Property Value

Integer

Remarks

User defined images must be placed into an image list control.  The image list control is assigned to the control through the ImageList property. 

Please see Defining Images in the Control for additional information.

Requirements

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

See Also