ComboBox.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:
 property Platform::Object ^ Description { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Description();

void Description(IInspectable value);
public object Description { get; set; }
var object = comboBox.description;
comboBox.description = object;
Public Property Description As Object

Property Value

Object

Platform::Object

IInspectable

The content to be displayed below the control. The default is null.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to