Gets or sets a value indicating whether users are allowed to select any cells in the calendar.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public State Enabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Enabled As State |
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