Gets a value indicating whether this cell is selected. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsSelected { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsSelected As Boolean |
A boolean value.
See Also