ClassAppointmentSelectionState
Represents a state of the appointment selection in the RadScheduleView control.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class AppointmentSelectionState
Inheritance: objectAppointmentSelectionState
Constructors
AppointmentSelectionState(IServiceProvider)
Initializes a new instance of the AppointmentSelectionState class.
Declaration
public AppointmentSelectionState(IServiceProvider serviceProvider)
Parameters
serviceProvider
The service provider.
Properties
Anchor
Gets or sets a value of the anchor appointment.
AnchorRange
Gets or sets the value of the anchor time range.
CurrentAppointment
Declaration
public IAppointment CurrentAppointment { get; set; }
Property Value
CurrentSelected
Gets or sets the value of the currently selected appointment.
Declaration
public IOccurrence CurrentSelected { get; set; }
Property Value
CurrentSelectedAppointments
Gets the selected appointments.
Declaration
public IEnumerable<IOccurrence> CurrentSelectedAppointments { get; }
Property Value
IsContiguousSelection
Gets a value indicating whether this is contiguous selection.
IsMultipleSelection
Gets a value indicating whether this is multiple selection.
ServiceProvider
Gets the service provider.
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
TargetRange
Gets or sets the value of the time range of the target appointment.