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