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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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.