ClassSchedulerCellSelectingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class SchedulerCellSelectingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsSchedulerCellSelectingEventArgs
Inherited Members
Constructors
SchedulerCellSelectingEventArgs(SchedulerCellElement, DateTime, DateTime, EventId, bool)
Declaration
cs-api-definition
public SchedulerCellSelectingEventArgs(SchedulerCellElement cell, DateTime selectionStartDate, DateTime selectionEndDate, EventId resourceId, bool extendSelection)
Parameters
cell
selectionStartDate
selectionEndDate
resourceId
extendSelection
Properties
Cell
Gets the cell that is being selected.
Declaration
cs-api-definition
public SchedulerCellElement Cell { get; }
Property Value
ExtendSelection
Indicates whether this selection operation will extend the current selection (e.g. when selecting cells when holding Shift down).
SelectionEndDate
The end date of the range that is going to be selected.
SelectionResourceId
The id of the resource in which the selection is going to be performed.
SelectionStartDate
The start date of the range that is going to be selected.