BaseButtonListImageList 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: 2023.4.9.0
public ImageList ImageList { get; set; }

Property Value

ImageList
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.

See Also