BaseComboBoxSelectedText Property

Gets or sets the text that is selected in the editable portion of a combo box

Definition

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

Property Value

String

If the DropDownStyle is set to DropDownList this always returns the full text of the selected item. Attempts to set the selected text in that mode are ignored.

If there is no selected text, this property returns a zero-length string.

See Also