Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1DateEdit Class / ImageList Property

In This Topic
    ImageList Property (C1DateEdit)
    In This Topic
    Gets or sets the ImageList to get the images to display in the drop down items.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    public ImageList ImageList {get; set;}
    See Also