Gets or sets a description of the resource.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public string Description { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Description As String |
A string specifying the description.
See Also