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