Property Description
| Edit this page View SourceDescription
Gets or sets content that is shown below the control. The content should provide guidance about the input expected by the control.
Declaration
public object? Description { get; set; }
Property Value
Type | Description |
---|---|
object | Content that is shown below the control. The default is null. |