RichSuggestBox.Description 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 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.