AutoSuggestBox.Header 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.
Gets or sets the header object for the text box portion of this control.
public:
property Platform::Object ^ Header { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Header();
void Header(IInspectable value);
public object Header { get; set; }
var object = autoSuggestBox.header;
autoSuggestBox.header = object;
Public Property Header As Object
<AutoSuggestBox Header="headerString"/>
- or -
<AutoSuggestBox>
<AutoSuggestBox.Header>
headerObject
</AutoSuggestBox.Header>
</AutoSuggestBox>
Property Value
The header object for the text box portion of this control.