DashboardParameter.Description Property
Gets or sets the parameter's description displayed to an end-user.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(null)]
[LocalizableCategory(DataAccessStringId.PropertyGridDataCategoryName)]
public string Description { get; set; }
<LocalizableCategory(DataAccessStringId.PropertyGridDataCategoryName)>
<DefaultValue(Nothing)>
Public Property Description As String
Property Value
Type | Default | Description |
---|---|---|
String | null |
A String that specifies the parameter's description displayed to an end-user. |
See Also
Feedback