Base Button ListImage List Property
This is used to set or get the image list for the buttons
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
If 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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public ImageList? ImageList { get; set; }VB
Public Property ImageList As ImageList
Get
SetC++
public:
property ImageList^ ImageList {
ImageList^ get ();
void set (ImageList^ value);
}F#
member ImageList : ImageList with get, setProperty 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.