BaseListControlText Property
This is used to set or get the text for the list control
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override string Text { get; set; }
Public Overrides Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
}
abstract Text : string with get, set
override Text : string with get, set
Property Value
String 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.