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

Specifies a TreeList operation exposed as a WebMCP tool.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum TreeListWebMcpToolCommand

Fields

Clear all filters from the TreeList.

C#
ClearFilter = 1

Clear the current selection.

C#
ClearSelect = 5

Clear all sorting from the TreeList.

C#
ClearSort = 3

Collapse nodes matching a specific condition.

C#
Collapse = 15

Collapse all nodes in the TreeList.

C#
CollapseAll = 17

Hide a visible column.

C#
ColumnHide = 11

Lock a column to the left side of the TreeList.

C#
ColumnLock = 12

Reorder a column to a specific position.

C#
ColumnReorder = 8

Resize a column to a specific width.

C#
ColumnResize = 9

Show a hidden column.

C#
ColumnShow = 10

Unlock a locked column.

C#
ColumnUnlock = 13

Expand nodes matching a specific condition.

C#
Expand = 14

Expand all nodes in the TreeList.

C#
ExpandAll = 16

Filter the TreeList by a specific condition.

C#
Filter = 0

Retrieve the currently visible data.

C#
GetData = 18

Navigate to a specific page.

C#
Page = 6

Change the page size (items per page).

C#
PageSize = 7

Select TreeList rows or cells matching a condition.

C#
Select = 4

Sort the TreeList by a specific field.

C#
Sort = 2