Search
IResourceViewModel.Title Property
See Also
 





Gets or sets a title of the resource.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

string Title { get; set; }

Visual Basic  Copy Code

Property Title As String

 Property Value

A string specifying the title.

 See Also