New to Telerik UI for WPFStart a free 30-day trial

Determines the type of a HighlightItem.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public enum HighlightItemType

Fields

DragDrop HighlightItem.

C#
DragDrop = 5

MouseOver HighlightItem.

C#
MouseOver = 4

This is the default value.

C#
None = 0

ReadOnly HighlightItem.

C#
ReadOnly = 2

Resize HighlightItem.

C#
Resize = 6

Selection HighlightItem.

C#
Selection = 3

Special HighlightItem.

C#
Special = 1