Specifies a MaskedTextBox operation exposed as a WebMCP tool.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum MaskedTextBoxWebMcpToolCommand
Fields
Clear the text value.
C#
Clear = 1
Set the text value.
C#
SetValue = 0