Class ReadOnlyBehavior
Inheritance
System.Object
ReadOnlyBehavior
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ReadOnlyBehavior : Object, IReadOnlyBehavior
Constructors
ReadOnlyBehavior()
Declaration
public ReadOnlyBehavior()
Methods
CanDeleteAppointment(IReadOnlySettings, IOccurrence)
Declaration
public virtual bool CanDeleteAppointment(IReadOnlySettings readOnlySettings, IOccurrence occurrence)
Parameters
|
IReadOnlySettings
readOnlySettings
|
|
IOccurrence
occurrence
|
Returns
|
System.Boolean
|
Implements
CanDragAppointment(IReadOnlySettings, IOccurrence)
Declaration
public virtual bool CanDragAppointment(IReadOnlySettings readOnlySettings, IOccurrence occurrence)
Parameters
|
IReadOnlySettings
readOnlySettings
|
|
IOccurrence
occurrence
|
Returns
|
System.Boolean
|
Implements
CanEditAppointment(IReadOnlySettings, IOccurrence)
Declaration
public virtual bool CanEditAppointment(IReadOnlySettings readOnlySettings, IOccurrence occurrence)
Parameters
|
IReadOnlySettings
readOnlySettings
|
|
IOccurrence
occurrence
|
Returns
|
System.Boolean
|
Implements
CanEditSlot(IReadOnlySettings, Slot)
Declaration
public virtual bool CanEditSlot(IReadOnlySettings readOnlySettings, Slot slot)
Parameters
|
IReadOnlySettings
readOnlySettings
|
|
Slot
slot
|
Returns
|
System.Boolean
|
Implements
CanResizeAppointment(IReadOnlySettings, IOccurrence)
Declaration
public virtual bool CanResizeAppointment(IReadOnlySettings readOnlySettings, IOccurrence occurrence)
Parameters
|
IReadOnlySettings
readOnlySettings
|
|
IOccurrence
occurrence
|
Returns
|
System.Boolean
|
Implements
CanSaveAppointment(IReadOnlySettings, IOccurrence)
Declaration
public virtual bool CanSaveAppointment(IReadOnlySettings readOnlySettings, IOccurrence occurrence)
Parameters
|
IReadOnlySettings
readOnlySettings
|
|
IOccurrence
occurrence
|
Returns
|
System.Boolean
|