Interface
ISelectionHelper

Definition

Namespace:Telerik.Windows.Controls.Scheduling.Internal

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public interface ISelectionHelper

Properties

SelectedItem

Gets the selected item.

Declaration

cs-api-definition
object SelectedItem { get; }

Property Value

object

Methods

ClearSelection()

Declaration

cs-api-definition
void ClearSelection()

GetSelectedItems()

Retrieves all currently selected items.

Declaration

cs-api-definition
IList GetSelectedItems()

Returns

IList

A list, containing all currently selected items.

UpdateSelectionOnUserInteraction(object, SelectionMouseState)

Updates the selection on user interaction. The second SelectionMouseState parameter is optional. By default is SelectionMouseState.Left.

Declaration

cs-api-definition
void UpdateSelectionOnUserInteraction(object target, SelectionMouseState mouseState = SelectionMouseState.Left)

Parameters

target

object

The data item or the container that was affected by the UI selection operation.

mouseState

SelectionMouseState

Indicates which mouse button was used to perform the operations.