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