Type | Description | |||
AllowKeysEnum | An AllowKeysEnum expression that specifies the keys to allow the user to select events in the schedule view. |
The Selection property gets or sets a safe array of selected events. The /NET or /WPF version provides the SelEvents property of List<Event> type to get or sets the new selection using a collection of Event objects.
The AllowSelectEvent property on exDisallow specifies that no selection is allowed in the schedule view, so no event can be selected. Use the Selectable property of the Event on False, to specify whether the event is selectable or not .