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