dbicDayView Send comments on this topic.
Image1 Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentItem Class : Image1 Property

Gets or sets the primary image associated with the appointment.

Syntax

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

Property Value

An Integer value.

Remarks

This property indicates the primary image associated with the appointment.  A positive value will use the image list associated with the control, while a negative value will reference a stock image available within dbicPIM.

For additional information on using images in dbicDayView, please see Custom Images.

 

If using the property with a dbiTimeBarItem, please see the dbiTimeBarItem.Image1 Property

Requirements

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

See Also