Skip to content

ItemsText Property

Mauricio Jorquera edited this page Nov 14, 2023 · 3 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.