New to Telerik UI for BlazorStart a free 30-day trial

Specifies a Gantt operation exposed as a WebMCP tool.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum GanttWebMcpToolCommand

Fields

Change the Gantt view (Day/Week/Month/Year).

C#
ChangeView = 12

Clear all filters from the Gantt.

C#
ClearFilter = 1

Clear all sorting from the Gantt.

C#
ClearSort = 3

Collapse nodes matching a specific condition.

C#
Collapse = 9

Collapse all nodes in the Gantt.

C#
CollapseAll = 11

Hide a visible column.

C#
ColumnHide = 7

Reorder a column to a specific position.

C#
ColumnReorder = 4

Resize a column to a specific width.

C#
ColumnResize = 5

Show a hidden column.

C#
ColumnShow = 6

Create a new task in the Gantt.

C#
CreateTask = 13

Delete a task from the Gantt.

C#
DeleteTask = 14

Expand nodes matching a specific condition.

C#
Expand = 8

Expand all nodes in the Gantt.

C#
ExpandAll = 10

Filter the Gantt by a specific condition.

C#
Filter = 0

Retrieve the currently visible data.

C#
GetData = 15

Sort the Gantt by a specific field.

C#
Sort = 2