Class HighlightItemType
Determines the type of a HighlightItem.
Inheritance
System.Object
HighlightItemType
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class HighlightItemType : Enum
Fields
DragDrop
DragDrop HighlightItem.
Declaration
public const HighlightItemType DragDrop
Field Value
MouseOver
MouseOver HighlightItem.
Declaration
public const HighlightItemType MouseOver
Field Value
None
This is the default value.
Declaration
public const HighlightItemType None
Field Value
ReadOnly
ReadOnly HighlightItem.
Declaration
public const HighlightItemType ReadOnly
Field Value
Resize
Resize HighlightItem.
Declaration
public const HighlightItemType Resize
Field Value
Selection
Selection HighlightItem.
Declaration
public const HighlightItemType Selection
Field Value
Special
Special HighlightItem.
Declaration
public const HighlightItemType Special
Field Value
value__
Declaration
public int value__
Field Value
System.
|