ClassTelerikBlazorDateTimePicker
TelerikBlazorDateTimePicker control wrapper
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.DateTimePicker
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorDateTimePicker : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorDateTimePicker
Inherited Members
Constructors
TelerikBlazorDateTimePicker()
Initializes a new instance of TelerikBlazorDateTimePicker class.
Declaration
public TelerikBlazorDateTimePicker()
TelerikBlazorDateTimePicker(Element)
Initializes a new instance of TelerikBlazorDateTimePicker class.
Declaration
public TelerikBlazorDateTimePicker(Element element)
Parameters
element
Properties
DateInput
Get inner date input control.
Declaration
public TelerikBlazorDateInput DateInput { get; }
Property Value
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
SelectNow(bool, int)
Opens time panel and selects now option.
SelectToday(bool, int)
Opens date panel and selects today option.
Toggle(bool)
Toggles associated date time selection panel by clicking select element.
Declaration
public void Toggle(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether mouse click should be performed instead of JavaScript Click