Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 537 Bytes

autosuggestbox_placeholdertext.md

File metadata and controls

28 lines (19 loc) · 537 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.AutoSuggestBox.PlaceholderText
winrt property

Microsoft.UI.Xaml.Controls.AutoSuggestBox.PlaceholderText

-description

Gets or sets the placeholder text to be displayed in the control.

-xaml-syntax

<AutoSuggestBox PlaceholderText="string"/>

-property-value

The placeholder text to be displayed in the control. The default is an empty string.

-remarks

-examples

-see-also