[]
        
(Showing Draft Content)

C1.Blazor.Input.TextBoxMinMax

TextBoxMinMax Struct

The min/max value used in C1TextBox.

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

Constructors

Name Description
TextBoxMinMax(DateTime)

Initializes a new instance of the TextBoxMinMax struct.

TextBoxMinMax(double)

Initializes a new instance of the TextBoxMinMax struct.

Properties

Name Description
Date

Gets the date value.

Number

Gets the number value.

Type

Gets the type of min/max value.

Methods

Name Description
ToString()

Converts to string.

Operators

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.