RichSuggestBox.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 content for the control's header.
public object Header { get; set; }
member this.Header : obj with get, set
Public Property Header As Object
Property Value
Remarks
Suggestion popup relies on the actual size of the text control to calculate its placement on the screen. It is recommended to set the header using this property instead of using Windows.UI.Xaml.Controls.RichEditBox.Header.