Show / Hide Table of Contents

Class IgbXDatePicker

Inheritance
System.Object
BaseRendererControl
IgbXDatePicker
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ResolveDisplay()
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object, Boolean)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbXDatePicker : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbXDatePicker()

Declaration
public IgbXDatePicker()

Properties

AllowTextInput

Declaration
public bool AllowTextInput { get; set; }
Property Value
Type Description
System.Boolean

BaseTheme

Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
Type Description
BaseControlTheme

Changing

Declaration
public EventCallback<IgbInputChangeEventArgs> Changing { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbInputChangeEventArgs>

ChangingScript

Declaration
public string ChangingScript { get; set; }
Property Value
Type Description
System.String

DateFormat

Declaration
public DateFormats DateFormat { get; set; }
Property Value
Type Description
DateFormats

Density

Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
Type Description
ControlDisplayDensity

FirstDayOfWeek

Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
Type Description
DayOfWeek

FirstWeekOfYear

Declaration
public FirstWeek FirstWeekOfYear { get; set; }
Property Value
Type Description
FirstWeek

FormatString

Declaration
public string FormatString { get; set; }
Property Value
Type Description
System.String

GotFocus

Declaration
public EventCallback<IgbGotFocusEventArgs> GotFocus { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGotFocusEventArgs>

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
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbLostFocusEventArgs>

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
Type Description
System.Action<IgbSelectedValueChangedEventArgs>

SelectedValueChangedScript

Declaration
public string SelectedValueChangedScript { get; set; }
Property Value
Type Description
System.String

ShowClearButton

Declaration
public bool ShowClearButton { get; set; }
Property Value
Type Description
System.Boolean

ShowTodayButton

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
BaseRendererControl.Type

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
BaseRendererControl.EnsureModulesLoaded()

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
BaseRendererControl.FindByName(String)

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
public void Select()

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

JsonSerializable
System.IDisposable