Enum
GanttWebMcpToolCommand

Specifies a Gantt operation exposed as a WebMCP tool.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum GanttWebMcpToolCommand

Fields

ChangeView

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

Declaration

cs-api-definition
ChangeView = 12

Field Value

GanttWebMcpToolCommand

ClearFilter

Clear all filters from the Gantt.

Declaration

cs-api-definition
ClearFilter = 1

Field Value

GanttWebMcpToolCommand

ClearSort

Clear all sorting from the Gantt.

Declaration

cs-api-definition
ClearSort = 3

Field Value

GanttWebMcpToolCommand

Collapse

Collapse nodes matching a specific condition.

Declaration

cs-api-definition
Collapse = 9

Field Value

GanttWebMcpToolCommand

CollapseAll

Collapse all nodes in the Gantt.

Declaration

cs-api-definition
CollapseAll = 11

Field Value

GanttWebMcpToolCommand

ColumnHide

Hide a visible column.

Declaration

cs-api-definition
ColumnHide = 7

Field Value

GanttWebMcpToolCommand

ColumnReorder

Reorder a column to a specific position.

Declaration

cs-api-definition
ColumnReorder = 4

Field Value

GanttWebMcpToolCommand

ColumnResize

Resize a column to a specific width.

Declaration

cs-api-definition
ColumnResize = 5

Field Value

GanttWebMcpToolCommand

ColumnShow

Show a hidden column.

Declaration

cs-api-definition
ColumnShow = 6

Field Value

GanttWebMcpToolCommand

CreateTask

Create a new task in the Gantt.

Declaration

cs-api-definition
CreateTask = 13

Field Value

GanttWebMcpToolCommand

DeleteTask

Delete a task from the Gantt.

Declaration

cs-api-definition
DeleteTask = 14

Field Value

GanttWebMcpToolCommand

Expand

Expand nodes matching a specific condition.

Declaration

cs-api-definition
Expand = 8

Field Value

GanttWebMcpToolCommand

ExpandAll

Expand all nodes in the Gantt.

Declaration

cs-api-definition
ExpandAll = 10

Field Value

GanttWebMcpToolCommand

Filter

Filter the Gantt by a specific condition.

Declaration

cs-api-definition
Filter = 0

Field Value

GanttWebMcpToolCommand

GetData

Retrieve the currently visible data.

Declaration

cs-api-definition
GetData = 15

Field Value

GanttWebMcpToolCommand

Sort

Sort the Gantt by a specific field.

Declaration

cs-api-definition
Sort = 2

Field Value

GanttWebMcpToolCommand