Class AppointmentSelectionState
Inheritance
System.Object
AppointmentSelectionState
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AppointmentSelectionState : Object
Constructors
AppointmentSelectionState(IServiceProvider)
Declaration
public AppointmentSelectionState(IServiceProvider serviceProvider)
Parameters
|
IServiceProvider
serviceProvider
|
Properties
Anchor
AnchorRange
CurrentAppointment
CurrentSelected
CurrentSelectedAppointments
Declaration
public IEnumerable<IOccurrence> CurrentSelectedAppointments { get; }
Property Value
|
System.Collections.Generic.IEnumerable<IOccurrence>
|
IsContiguousSelection
Declaration
public bool IsContiguousSelection { get; }
Property Value
|
System.Boolean
|
IsMultipleSelection
Declaration
public bool IsMultipleSelection { get; }
Property Value
|
System.Boolean
|