Skip to content

ItemsTextImage Property

Mauricio Jorquera edited this page Nov 14, 2023 · 2 revisions

Gets or sets a collection used to generate the content of the LabelComboBoxImage.

Collection type is ComboBoxItemTextImage class.

Syntax

C#

public List<ComboBoxItemTextImage> ItemsTextImage { get; set; }

Remarks

The default value is null.