Search
Calendar.ImageList Property
See Also
 





Gets or sets the image list associated with the calendar.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ImageList ImageList { get; set; }

Visual Basic  Copy Code

Public Property ImageList As ImageList

 Property Value

An instance of the .NET ImageList class. The default is null (Nothing in Visual Basic).

 Remarks

The value of each Style.ImageIndex is an index within this list.

 See Also