Gets or sets a value indicating whether this cell can be selected. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool CanSelect { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CanSelect As Boolean |
true to allow the cell to become selected; otherwise, false.
See Also