[]
        
(Showing Draft Content)

C1.Blazor.Input.TextBoxStep

TextBoxStep Struct

The step attribute specifies the interval between legal numbers in an C1AutoCompleteTextBox.

Namespace: C1.Blazor.Input
Assembly: C1.Blazor.Input.dll
Syntax
public struct TextBoxStep

Constructors

Name Description
TextBoxStep(TextBoxStepType, double)

Initializes a new instance of the TextBoxStep struct.

Properties

Name Description
Any

Gets the step used to accept any number.

Type

Gets the type of step.

Value

Gets the value of the step.

Methods

Name Description
ToString()

Converts to string.

Operators

Name Description
implicit operator TextBoxStep(double)

Casting operator to convert a double into a TextBoxStep.