BaseListControlText Property

This is used to set or get the text for the list control

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override string Text { get; set; }

Property Value

String

Remarks

When set to null, the SelectedIndex is set to -1. If not null, an attempt is made to set the selected index to the item matching the specified text. If no match is found, the selected index is set to -1.

See Also