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