Gets or sets a value indicating whether this items is selected. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsSelected { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsSelected As Boolean |
true if the item is selected; otherwise, false.
See Also