[]
The min/max value used in C1TextBox.
public struct TextBoxMinMax
| Name | Description |
|---|---|
| TextBoxMinMax(DateTime) | Initializes a new instance of the TextBoxMinMax struct. |
| TextBoxMinMax(double) | Initializes a new instance of the TextBoxMinMax struct. |
| Name | Description |
|---|---|
| Date | Gets the date value. |
| Number | Gets the number value. |
| Type | Gets the type of min/max value. |
| Name | Description |
|---|---|
| ToString() | Converts to string. |
| Name | Description |
|---|---|
| implicit operator TextBoxMinMax(DateTime) | Casting operator to convert a double into a TextBoxMinMax. |
| implicit operator TextBoxMinMax(double) | Casting operator to convert a double into a TextBoxMinMax. |