Search
DayOfWeekStyle.AllowSelect Property
See Also
 






Gets or sets a value indicating whether the specified day of the week can be selected.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool AllowSelect { get; set; }

Visual Basic  Copy Code

Public Property AllowSelect As Boolean

 Property Value

true to let users select the date cells; otherwise, false. The default is true.

 See Also