[]
The step attribute specifies the interval between legal numbers in an C1AutoCompleteTextBox.
public struct TextBoxStep
Name | Description |
---|---|
TextBoxStep(TextBoxStepType, double) | Initializes a new instance of the TextBoxStep struct. |
Name | Description |
---|---|
Any | Gets the step used to accept any number. |
Type | Gets the type of step. |
Value | Gets the value of the step. |
Name | Description |
---|---|
ToString() | Converts to string. |
Name | Description |
---|---|
implicit operator TextBoxStep(double) | Casting operator to convert a double into a TextBoxStep. |