ISelectionHelper
Interface
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.
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)
The data item or the container that was affected by the UI selection operation.
mouseStateSelectionMouseStateIndicates which mouse button was used to perform the operations.