EnumGanttWebMcpToolCommand
Enum
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).
ClearFilter
Clear all filters from the Gantt.
ClearSort
Clear all sorting from the Gantt.
Collapse
Collapse nodes matching a specific condition.
CollapseAll
Collapse all nodes in the Gantt.
ColumnHide
Hide a visible column.
ColumnReorder
Reorder a column to a specific position.
ColumnResize
Resize a column to a specific width.
ColumnShow
Show a hidden column.
CreateTask
Create a new task in the Gantt.
DeleteTask
Delete a task from the Gantt.
Expand
Expand nodes matching a specific condition.
ExpandAll
Expand all nodes in the Gantt.
Filter
Filter the Gantt by a specific condition.
GetData
Retrieve the currently visible data.
Sort
Sort the Gantt by a specific field.