Interface
IMouseOverHighlightHelper

Definition

Namespace:Telerik.Windows.Controls.Scheduling.Internal

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public interface IMouseOverHighlightHelper : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

HighlightedItem

Gets the highlighted item.

Declaration

cs-api-definition
object HighlightedItem { get; }

Property Value

object

Methods

ClearHighlight()

Clears the highlight.

Declaration

cs-api-definition
void ClearHighlight()

UpdateHighlightOnUserInteraction(object, SelectionMouseState)

Updates the highlight on user interaction.

Declaration

cs-api-definition
void UpdateHighlightOnUserInteraction(object target, SelectionMouseState mouseState = SelectionMouseState.Left)

Parameters

target

object

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

mouseState

SelectionMouseState

Indicates which mouse button was used to perform the operations.