Class
PredefinedCommandNames

Contains the names of all predefined commands available in a RadDock instance.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public static class PredefinedCommandNames

Inheritance: objectPredefinedCommandNames

Fields

CloseActiveDocument

The command that closes the active document in a RadDock instance.

Declaration

cs-api-definition
public static readonly string CloseActiveDocument

Field Value

string

DisplayQuickNavigator

The name for the command that displays the QuickNavigator in a RadDock instance.

Declaration

cs-api-definition
public static readonly string DisplayQuickNavigator

Field Value

string

NextDocument

The command that activates the next document in a RadDock instance.

Declaration

cs-api-definition
public static readonly string NextDocument

Field Value

string

PreviousDocument

The command that activates the previous document in a RadDock instance.

Declaration

cs-api-definition
public static readonly string PreviousDocument

Field Value

string