Gets or sets the image list associated with the calendar.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ImageList ImageList { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageList As ImageList |
An instance of the .NET ImageList class. The default is null (Nothing in Visual Basic).
RemarksThe value of each Style.ImageIndex is an index within this list.
See Also