Class
SchedulerCellSelectingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerCellSelectingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSchedulerCellSelectingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

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

SchedulerCellElement

selectionStartDate

DateTime

selectionEndDate

DateTime

resourceId

EventId

extendSelection

bool

Properties

Cell

Gets the cell that is being selected.

Declaration

cs-api-definition
public SchedulerCellElement Cell { get; }

Property Value

SchedulerCellElement

ExtendSelection

Indicates whether this selection operation will extend the current selection (e.g. when selecting cells when holding Shift down).

Declaration

cs-api-definition
public bool ExtendSelection { get; }

Property Value

bool

SelectionEndDate

The end date of the range that is going to be selected.

Declaration

cs-api-definition
public DateTime SelectionEndDate { get; }

Property Value

DateTime

SelectionResourceId

The id of the resource in which the selection is going to be performed.

Declaration

cs-api-definition
public EventId SelectionResourceId { get; }

Property Value

EventId

SelectionStartDate

The start date of the range that is going to be selected.

Declaration

cs-api-definition
public DateTime SelectionStartDate { get; }

Property Value

DateTime