IReadOnlyBehavior
Defines basic basic methods and properties of a ReadOnlyBehavior.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public interface IReadOnlyBehavior
Derived Classes:
Methods
Check whether the appointment can be deleted or not.
bool CanDeleteAppointment(IReadOnlySettings settings, IOccurrence occurence)
The configuration setting for the behavior.
occurenceIOccurrenceThe occurrence.
Returns:Whether the appointment can be deleted or not.
Check whether the appointment can be dragged or not.
bool CanDragAppointment(IReadOnlySettings settings, IOccurrence occurence)
The configuration setting for the behavior.
occurenceIOccurrenceThe occurrence.
Returns:Whether the appointment can be dragged or not.
Check whether the appointment can be edited or not.
bool CanEditAppointment(IReadOnlySettings settings, IOccurrence occurence)
The configuration setting for the behavior.
occurenceIOccurrenceThe occurrence.
Returns:Whether the appointment can be edited or not.
Check whether the slot can be edited or not.
bool CanEditSlot(IReadOnlySettings settings, Slot slot)
The configuration setting for the behavior.
slotSlotThe slot.
Returns:Whether the slot can be edited or not.
Check whether the appointment can be resized or not.
bool CanResizeAppointment(IReadOnlySettings settings, IOccurrence occurence)
The configuration setting for the behavior.
occurenceIOccurrenceThe occurrence.
Returns:Whether the appointment can be resized or not.
Check whether the appointment can be saved or not.
bool CanSaveAppointment(IReadOnlySettings settings, IOccurrence occurence)
The configuration setting for the behavior.
occurenceIOccurrenceThe occurrence.
Returns:Whether the appointment can be saved or not.