Skip to content

ComboBoxItemText Class

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

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

Collection type is ComboBoxItemText class.

Syntax

C#

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

Remarks

The default value is null.

Clone this wiki locally