Search
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
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State Enabled { get; set; }

Visual Basic  Copy Code

Public Property Enabled As State

 Property Value

Specify Enabled if users are allowed to select calendar cells; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also