InterfaceISelectionHelper
Interface
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.
Methods
ClearSelection()
Declaration
cs-api-definition
void ClearSelection()
GetSelectedItems()
Retrieves all currently selected items.
Declaration
cs-api-definition
IList GetSelectedItems()
Returns
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
The data item or the container that was affected by the UI selection operation.
mouseState
Indicates which mouse button was used to perform the operations.