Class GanttCommands
This class contains Routed commands for the GanttView control.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public static class GanttCommands
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
[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
System.Windows.Input.RoutedUICommand
The inline edit command. |
Remarks
This command initiates an inline editing operation in the GanttView control.