Interface
IMouseOverHighlightItem

Implement this interface on items, which need MouseOverHighlightHelper.

Definition

Namespace:Telerik.Windows.Controls.Scheduling.Internal

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public interface IMouseOverHighlightItem

Properties

IsMouseOverHighlighted

Declaration

cs-api-definition
bool IsMouseOverHighlighted { get; }

Property Value

bool

MouseOverHighlightHelper

Declaration

cs-api-definition
IMouseOverHighlightHelper MouseOverHighlightHelper { get; set; }

Property Value

IMouseOverHighlightHelper

Methods

ChangeHighlight(bool)

Declaration

cs-api-definition
void ChangeHighlight(bool highlighted)

Parameters

highlighted

bool