Skip to content

ItemsText Property

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

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

Collection type is ComboBoxItemText class.

Syntax

C#

public ObservableCollection<ComboBoxItemText> ItemsText { get; set; }

Remarks

The default value is null.

Clone this wiki locally