Gets a value indicating whether the underlying item is selected.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Selected { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Selected As Boolean |
A bool value indicating the selection state of the item.
See Also