MindFusion.Scheduling for Silverlight Programmer's Guide
CellPresenter.CanSelect Property
See Also
 





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

 Syntax

C#  Copy Code

public bool CanSelect { get; set; }

Visual Basic  Copy Code

Public Property CanSelect As Boolean

 Property Value

true to allow the cell to become selected; otherwise, false.

 See Also

CellPresenter Members
CellPresenter Class
MindFusion.Scheduling.Silverlight Namespace