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