Edit

Share via


RichSuggestBox.Description Property

Definition

Gets or sets content that is shown below the control. The content should provide guidance about the input expected by the control.

public object Description { get; set; }
member this.Description : obj with get, set
Public Property Description 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 description using this property instead of using Windows.UI.Xaml.Controls.RichEditBox.Description.

Applies to