Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxStep Structure
Members

In This Topic
    TextBoxStep Structure
    In This Topic
    The step attribute specifies the interval between legal numbers in an C1AutoCompleteTextBox.
    Object Model
    TextBoxStep StructureTextBoxStep Structure
    Syntax
    'Declaration
     
    
    Public Structure TextBoxStep 
       Inherits System.ValueType
    public struct TextBoxStep : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Blazor.Input.TextBoxStep

    See Also