EnumTreeListWebMcpToolCommand
Specifies a TreeList operation exposed as a WebMCP tool.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
public enum TreeListWebMcpToolCommand
Fields
ClearFilter
Clear all filters from the TreeList.
ClearSelect
Clear the current selection.
ClearSort
Clear all sorting from the TreeList.
Collapse
Collapse nodes matching a specific condition.
CollapseAll
Collapse all nodes in the TreeList.
ColumnHide
Hide a visible column.
ColumnLock
Lock a column to the left side of the TreeList.
ColumnReorder
Reorder a column to a specific position.
ColumnResize
Resize a column to a specific width.
ColumnShow
Show a hidden column.
ColumnUnlock
Unlock a locked column.
Expand
Expand nodes matching a specific condition.
ExpandAll
Expand all nodes in the TreeList.
Filter
Filter the TreeList by a specific condition.
GetData
Retrieve the currently visible data.
Page
Navigate to a specific page.
PageSize
Change the page size (items per page).
Select
Select TreeList rows or cells matching a condition.
Sort
Sort the TreeList by a specific field.