InterfaceIMouseOverHighlightItem
Interface
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
MouseOverHighlightHelper
Declaration
cs-api-definition
IMouseOverHighlightHelper MouseOverHighlightHelper { get; set; }
Property Value