ComboBoxMemberData.Image
Description:
The image shown on the ComboBoxMember.
The image shown on the ComboBoxMember.
Remarks:
The image will be shown on the left side of the item when the item is added to a ComboBox. The best size is 16 x 16 pixels.
The image will be shown on the left side of the item when the item is added to a ComboBox. The best size is 16 x 16 pixels.
public ImageSource Image { get; set; }