Edit

Share via


RichSuggestBox.Header Property

Definition

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.

Applies to