Gets or sets the content of the currently selected item. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Object SelectedContent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectedContent As Object |
A reference to the content associated with the selected item.
See Also