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 IMouseOverHighlightHelper : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

Gets the highlighted item.

C#
object HighlightedItem { get; }

Methods

Clears the highlight.

C#
void ClearHighlight()

Updates the highlight on user interaction.

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

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

mouseStateSelectionMouseState

Indicates which mouse button was used to perform the operations.