New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.Scheduling.Internal

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public interface ISelectionHelper

Properties

Gets the selected item.

C#
object SelectedItem { get; }

Methods

C#
void ClearSelection()

Retrieves all currently selected items.

C#
IList GetSelectedItems()
Returns:

IList

A list, containing all currently selected items.

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

C#
void UpdateSelectionOnUserInteraction(object target, SelectionMouseState mouseState = SelectionMouseState.Left)
Parameters:targetobject

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

mouseStateSelectionMouseState

Indicates which mouse button was used to perform the operations.