SuggestionItemOptions.DisplayTextWhenEmpty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Text to use as suggestion item's DisplayText when user has not typed anything. Usually prompts user to begin typing and describes what does the suggestion item represent.
public:
property System::String ^ DisplayTextWhenEmpty { System::String ^ get(); };
public string DisplayTextWhenEmpty { get; }
member this.DisplayTextWhenEmpty : string
Public ReadOnly Property DisplayTextWhenEmpty As String