Class ServiceConstants
Defines the available constants used by a RadDock instance to store its services.
Inheritance
System.Object
ServiceConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public static class ServiceConstants
Fields
ContextMenu
Used to store the ContextMenuService
Declaration
public const int ContextMenu = 3
Field Value
System.Int32
|
DragDrop
Used to store the DragDropService.
Declaration
public const int DragDrop = 1
Field Value
System.Int32
|
Redock
Used to store the RedockService.
Declaration
public const int Redock = 2
Field Value
System.Int32
|