MindFusion.Scheduling for ASP.NET Programmer's Guide
Selection.Enabled Property
See Also
 





Gets or sets a value indicating whether users are allowed to select any cells in the calendar.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State Enabled { get; set; }

Visual Basic  Copy Code

Public Property Enabled As State

 Property Value

One of the State enumeration values. Default is State.Enabled.

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.WebForms Namespace