Skip to content

ItemsTextImage Property

Mauricio Jorquera edited this page Feb 10, 2026 · 3 revisions

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

Collection type is ComboBoxItemTextImage class.

Syntax

C#

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

Remarks

The default value is null.

Clone this wiki locally