BaseButtonListImageList Property
This is used to set or get the image list for the buttons
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public ImageList ImageList { get; set; }
Public Property ImageList As ImageList
Get
Set
public:
property ImageList^ ImageList {
ImageList^ get ();
void set (ImageList^ value);
}
member ImageList : ImageList with get, set
Property Value
ImageListIf set, the buttons are assigned an image index equal to their position in the data source.
The index will wrap around if there are more items than there are images thus repeating images for
those items that are outside the range of the image list.