Class GanttCommands
This class contains Routed commands for the GanttView control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public static class GanttCommands : Object
Properties
InlineEdit
Gets value that represents the inline edit command.
Declaration
public static RoutedUICommand InlineEdit { get; }
Property Value
System.Windows.Input.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
public static RoutedUICommand InlineEditCommand { get; }
Property Value
System.Windows.Input.RoutedUICommand
The inline edit command. |
Remarks
This command initiates an inline editing operation in the GanttView control.