Class TelerikBlazorDateInput
Inheritance
System.Object
TelerikBlazorDateInput
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.TestingFramework.Controls.TelerikUI.Blazor.DateInput
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorDateInput : TelerikBlazorContainerControlBase
Constructors
TelerikBlazorDateInput()
Declaration
public TelerikBlazorDateInput()
TelerikBlazorDateInput(Element)
Properties
DateTime
Declaration
public DateTime DateTime { get; set; }
Property Value
System.DateTime
|
Format
Declaration
public string Format { get; }
Property Value
System.String
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
Text
Declaration
public string Text { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
UpdateDateTime(String, String)
Declaration
public void UpdateDateTime(string date, string format = null)
Parameters
System.String
date
|
System.String
format
|