Gets or sets a value indicating whether this cell can be selected. This is a dependency property.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# 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.