Gets or sets the image list associated with the calendar.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# 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).
The value of each Style.ImageIndex is an index within this list.