Class IgbXDatePicker
Inheritance
System.Object
IgbXDatePicker
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbXDatePicker : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbXDatePicker()
Declaration
Properties
AllowTextInput
Declaration
public bool AllowTextInput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BaseTheme
Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
Changing
Declaration
public EventCallback<IgbInputChangeEventArgs> Changing { get; set; }
Property Value
ChangingScript
Declaration
public string ChangingScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateFormats DateFormat { get; set; }
Property Value
Density
Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
FirstDayOfWeek
Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
FirstWeekOfYear
Declaration
public FirstWeek FirstWeekOfYear { get; set; }
Property Value
Declaration
public string FormatString { get; set; }
Property Value
Type |
Description |
System.String |
|
GotFocus
Declaration
public EventCallback<IgbGotFocusEventArgs> GotFocus { get; set; }
Property Value
GotFocusScript
Declaration
public string GotFocusScript { get; set; }
Property Value
Type |
Description |
System.String |
|
IconColor
Declaration
public string IconColor { get; set; }
Property Value
Type |
Description |
System.String |
|
IsDisabled
Declaration
public bool IsDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFixed
Declaration
public bool IsFixed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
KeyDown
Declaration
public EventCallback<IgbKeyEventArgs> KeyDown { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<IgbKeyEventArgs> |
|
KeyDownScript
Declaration
public string KeyDownScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelFontFamily
Declaration
public string LabelFontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelFontSize
Declaration
public double LabelFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
LabelFontStyle
Declaration
public string LabelFontStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelFontWeight
Declaration
public string LabelFontWeight { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelTextColor
Declaration
public string LabelTextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
LostFocus
Declaration
public EventCallback<IgbLostFocusEventArgs> LostFocus { get; set; }
Property Value
LostFocusScript
Declaration
public string LostFocusScript { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxDate
Declaration
public DateTime MaxDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MinDate
Declaration
public DateTime MinDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
OpenAsChild
Declaration
public bool OpenAsChild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OpenOnFocus
Declaration
public bool OpenOnFocus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Placeholder
Declaration
public string Placeholder { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedValueChanged
Declaration
public Action<IgbSelectedValueChangedEventArgs> SelectedValueChanged { get; set; }
Property Value
SelectedValueChangedScript
Declaration
public string SelectedValueChangedScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool ShowClearButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowTodayButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowWeekNumbers
Declaration
public bool ShowWeekNumbers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TextColor
Declaration
public string TextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TextFontFamily
Declaration
public string TextFontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
TextFontSize
Declaration
public double TextFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
TextFontStyle
Declaration
public string TextFontStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
TextFontWeight
Declaration
public string TextFontWeight { get; set; }
Property Value
Type |
Description |
System.String |
|
Today
Declaration
public DateTime Today { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UseTopLayer
Declaration
public bool UseTopLayer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Value
Declaration
public DateTime Value { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ValueChanged
Declaration
public EventCallback<DateTime> ValueChanged { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.DateTime> |
|
ValueChangedScript
Declaration
public string ValueChangedScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
ExportSerializedVisualModel()
Declaration
public string ExportSerializedVisualModel()
Returns
Type |
Description |
System.String |
|
ExportSerializedVisualModelAsync()
Declaration
public Task<string> ExportSerializedVisualModelAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
ExportVisualModel()
Declaration
public object ExportVisualModel()
Returns
Type |
Description |
System.Object |
|
ExportVisualModelAsync()
Declaration
public Task<object> ExportVisualModelAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Object> |
|
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
GetCurrentValue()
Declaration
public DateTime GetCurrentValue()
Returns
Type |
Description |
System.DateTime |
|
GetCurrentValueAsync()
Declaration
public Task<DateTime> GetCurrentValueAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.DateTime> |
|
Select()
Declaration
SelectAsync()
Declaration
public Task SelectAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
SetCustomizedStringAsync(String, Dictionary<String, String>)
Declaration
public Task<object> SetCustomizedStringAsync(string language, Dictionary<string, string> values)
Parameters
Type |
Name |
Description |
System.String |
language |
|
System.Collections.Generic.Dictionary<System.String, System.String> |
values |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Object> |
|
SetCustomizedStringAsync(String, String)
Declaration
public Task<object> SetCustomizedStringAsync(string language, string json)
Parameters
Type |
Name |
Description |
System.String |
language |
|
System.String |
json |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Object> |
|
SetCustomizedStringAsync(String, String, String)
Declaration
public Task<object> SetCustomizedStringAsync(string language, string id, string value)
Parameters
Type |
Name |
Description |
System.String |
language |
|
System.String |
id |
|
System.String |
value |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Object> |
|
Implements
System.IDisposable