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