ClassTelerikBlazorDateInput
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.DateInput
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorDateInput : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorDateInput
Inherited Members
Constructors
TelerikBlazorDateInput()
Initializes a new instance of the BlazorButton class.
Declaration
public TelerikBlazorDateInput()
TelerikBlazorDateInput(Element)
Initializes a new instance of the BlazorButton class.
Declaration
public TelerikBlazorDateInput(Element element)
Parameters
element
Properties
DateTime
Get or set input date time. If no date is specified returns DateTime.MinValue.
Format
Get input date format
IsValid
Get whether input date is valid or not.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
UpdateDateTime(string, string)
Update input date time.