Enum
TreeListWebMcpToolCommand

Specifies a TreeList operation exposed as a WebMCP tool.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum TreeListWebMcpToolCommand

Fields

ClearFilter

Clear all filters from the TreeList.

Declaration

cs-api-definition
ClearFilter = 1

Field Value

TreeListWebMcpToolCommand

ClearSelect

Clear the current selection.

Declaration

cs-api-definition
ClearSelect = 5

Field Value

TreeListWebMcpToolCommand

ClearSort

Clear all sorting from the TreeList.

Declaration

cs-api-definition
ClearSort = 3

Field Value

TreeListWebMcpToolCommand

Collapse

Collapse nodes matching a specific condition.

Declaration

cs-api-definition
Collapse = 15

Field Value

TreeListWebMcpToolCommand

CollapseAll

Collapse all nodes in the TreeList.

Declaration

cs-api-definition
CollapseAll = 17

Field Value

TreeListWebMcpToolCommand

ColumnHide

Hide a visible column.

Declaration

cs-api-definition
ColumnHide = 11

Field Value

TreeListWebMcpToolCommand

ColumnLock

Lock a column to the left side of the TreeList.

Declaration

cs-api-definition
ColumnLock = 12

Field Value

TreeListWebMcpToolCommand

ColumnReorder

Reorder a column to a specific position.

Declaration

cs-api-definition
ColumnReorder = 8

Field Value

TreeListWebMcpToolCommand

ColumnResize

Resize a column to a specific width.

Declaration

cs-api-definition
ColumnResize = 9

Field Value

TreeListWebMcpToolCommand

ColumnShow

Show a hidden column.

Declaration

cs-api-definition
ColumnShow = 10

Field Value

TreeListWebMcpToolCommand

ColumnUnlock

Unlock a locked column.

Declaration

cs-api-definition
ColumnUnlock = 13

Field Value

TreeListWebMcpToolCommand

Expand

Expand nodes matching a specific condition.

Declaration

cs-api-definition
Expand = 14

Field Value

TreeListWebMcpToolCommand

ExpandAll

Expand all nodes in the TreeList.

Declaration

cs-api-definition
ExpandAll = 16

Field Value

TreeListWebMcpToolCommand

Filter

Filter the TreeList by a specific condition.

Declaration

cs-api-definition
Filter = 0

Field Value

TreeListWebMcpToolCommand

GetData

Retrieve the currently visible data.

Declaration

cs-api-definition
GetData = 18

Field Value

TreeListWebMcpToolCommand

Page

Navigate to a specific page.

Declaration

cs-api-definition
Page = 6

Field Value

TreeListWebMcpToolCommand

PageSize

Change the page size (items per page).

Declaration

cs-api-definition
PageSize = 7

Field Value

TreeListWebMcpToolCommand

Select

Select TreeList rows or cells matching a condition.

Declaration

cs-api-definition
Select = 4

Field Value

TreeListWebMcpToolCommand

Sort

Sort the TreeList by a specific field.

Declaration

cs-api-definition
Sort = 2

Field Value

TreeListWebMcpToolCommand