GanttCommands
Class
This class contains Routed commands for the GanttView control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public static class GanttCommands
Inheritance: objectGanttCommands
Properties
InlineEdit
RoutedUICommand
Gets value that represents the inline edit command.
C#
public static RoutedUICommand InlineEdit { get; }
The inline edit command.
Remarks:
This command initiates an inline editing operation in the GanttView control.
InlineEditCommand
RoutedUICommand
Gets value that represents the inline edit command.
C#
[Obsolete("This command is redundant with the InlineEdit command and will be deleted. Please use the InlineEdit command instead.")]
public static RoutedUICommand InlineEditCommand { get; }
The inline edit command.
Remarks:
This command initiates an inline editing operation in the GanttView control.