C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / Step Property

In This Topic
Step Property (C1TextBox)
In This Topic
Gets or sets the kind of step accepted by the text box when the Type is numeric.
Syntax
'Declaration
 
Public Overridable Property Step As Nullable(Of TextBoxStep)
 
See Also