Specifies a NumericTextBox operation exposed as a WebMCP tool.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum NumericTextBoxWebMcpToolCommand
Fields
Clear the numeric value.
C#
Clear = 1
Decrement the value by one step.
C#
Decrement = 3
Increment the value by one step.
C#
Increment = 2
Set the numeric value.
C#
SetValue = 0