Interface ISelectionHelper
Namespace: Telerik.Windows.Controls.Scheduling.Internal
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface ISelectionHelper
Properties
SelectedItem
Gets the selected item.
Declaration
object SelectedItem { get; }
Property Value
System.Object
|
Methods
ClearSelection()
Declaration
void ClearSelection()
GetSelectedItems()
Retrieves all currently selected items.
Declaration
IList GetSelectedItems()
Returns
System.Collections.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
void UpdateSelectionOnUserInteraction(object target, SelectionMouseState mouseState)
Parameters
System.Object
target
The data item or the container that was affected by the UI selection operation. |
SelectionMouseState
mouseState
Indicates which mouse button was used to perform the operations. |