dbicCalendar Send comments on this topic.
Image Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiLocationItem Class : Image Property

Gets or sets the image to display with the location.

Syntax

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

Remarks

This property value is of type Integer, indicating the index of the image to display with the location.

For additional information on using images, please refer to Custom Images.

Requirements

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

See Also