Specifies a DropDownList operation exposed as a WebMCP tool.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum DropDownListWebMcpToolCommand
Fields
Close the dropdown popup.
C#
Close = 2
Open the dropdown popup.
C#
Open = 1
Set the selected value.
C#
SetValue = 0