Skip to content

ItemsText Property

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

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

Collection type is ComboBoxItemText.

Syntax

C#

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

Remarks

The default value is null.

Clone this wiki locally