Inheritance
object
ComponentBase
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbXDatePicker() Returns IgbXDatePicker
Properties
Section titled "Properties"IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererControl
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } Height
Section titled "Height"Inherited from: BaseRendererControl
[Parameter]
public string Height { get; set; } Width
Section titled "Width"Inherited from: BaseRendererControl
[Parameter]
public string Width { get; set; } Class
Section titled "Class"Inherited from: BaseRendererControl
[Parameter]
public string Class { get; set; } AdditionalAttributes
Section titled "AdditionalAttributes"Inherited from: BaseRendererControl
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> AdditionalAttributes { get; set; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererControl
protected virtual string ParentTypeName { get; } EventBehavior
Section titled "EventBehavior"Inherited from: BaseRendererControl
Gets or sets how events are bubbled up from JavaScript to Blazor.
[Parameter]
public ControlEventBehavior EventBehavior { get; set; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererControl
[Parameter]
public RenderFragment ChildContent { get; set; } RoundTripDateConversion
Section titled "RoundTripDateConversion"Inherited from: BaseRendererControl
Gets or sets what type of date conversion to make when round tripping dates.
[Parameter]
public RoundTripDateConversion RoundTripDateConversion { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererControl
protected virtual bool SupportsVisualChildren { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererControl
protected virtual bool UseDirectRender { get; } DirectRenderElementName
Section titled "DirectRenderElementName"Inherited from: BaseRendererControl
protected virtual string DirectRenderElementName { get; } NeedsDynamicContent
Section titled "NeedsDynamicContent"Inherited from: BaseRendererControl
protected virtual bool NeedsDynamicContent { get; } UseCamelEnumValues
Section titled "UseCamelEnumValues"Inherited from: BaseRendererControl
protected virtual bool UseCamelEnumValues { get; } AllowTextInput
Section titled "AllowTextInput"Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
[Parameter]
public bool AllowTextInput { get; set; } BaseTheme
Section titled "BaseTheme"Gets or sets the base built in theme to use for the date picker.
[Parameter]
public BaseControlTheme BaseTheme { get; set; } DateFormat
Section titled "DateFormat"Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
[Parameter]
public DateFormats DateFormat { get; set; } DefaultEventBehavior
Section titled "DefaultEventBehavior"Gets the components default event behavior.
protected override ControlEventBehavior DefaultEventBehavior { get; } Density
Section titled "Density"Gets or sets the display density to use for the date pcicker.
[Parameter]
public ControlDisplayDensity Density { get; set; } FirstDayOfWeek
Section titled "FirstDayOfWeek"Gets or sets the FirstDayOfWeek property to detirmine first day of the week
[Parameter]
public DayOfWeek FirstDayOfWeek { get; set; } FirstWeekOfYear
Section titled "FirstWeekOfYear"Gets or sets the FirstWeekOfYear property to detirmine first week of the year
[Parameter]
public FirstWeek FirstWeekOfYear { get; set; } FormatString
Section titled "FormatString"Gets or sets the Format property to detirmine the format of the date in the input
[Parameter]
public string FormatString { get; set; } IconColor
Section titled "IconColor"Gets or Sets the text color
[Parameter]
public string IconColor { get; set; } IsFixed
Section titled "IsFixed"Indicates that the calendar dropdown will position itself relative to the window instead of the document.
[Parameter]
public bool IsFixed { get; set; } Label
Section titled "Label"Gets or Sets the property name that contains the label.
[Parameter]
public string Label { get; set; } LabelFontFamily
Section titled "LabelFontFamily"[Parameter]
public string LabelFontFamily { get; set; } LabelFontStyle
Section titled "LabelFontStyle"[Parameter]
public string LabelFontStyle { get; set; } LabelFontWeight
Section titled "LabelFontWeight"[Parameter]
public string LabelFontWeight { get; set; } LabelTextColor
Section titled "LabelTextColor"Gets or sets the color to use for the text.
[Parameter]
public string LabelTextColor { get; set; } MaxDate
Section titled "MaxDate"Gets or Sets the property name that contains the MaxDate.
[Parameter]
public DateTime MaxDate { get; set; } MinDate
Section titled "MinDate"Gets or Sets the property name that contains the MinDate.
[Parameter]
public DateTime MinDate { get; set; } OpenAsChild
Section titled "OpenAsChild"Indicates that the dropdown should open as a child of the date picker.
[Parameter]
public bool OpenAsChild { get; set; } OpenOnFocus
Section titled "OpenOnFocus"Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
[Parameter]
public bool OpenOnFocus { get; set; } Placeholder
Section titled "Placeholder"Gets or Sets the property name that contains the placeholder.
[Parameter]
public string Placeholder { get; set; } SelectedValueChanged
Section titled "SelectedValueChanged"[Parameter]
public Action<IgbSelectedValueChangedEventArgs> SelectedValueChanged { get; set; } SelectedValueChangedScript
Section titled "SelectedValueChangedScript"[Parameter]
public string SelectedValueChangedScript { get; set; } ShowClearButton
Section titled "ShowClearButton"Gets or sets the ShowClearButton property to detirmine if the clear button is shown
[Parameter]
public bool ShowClearButton { get; set; } ShowTodayButton
Section titled "ShowTodayButton"Gets or sets the ShowTodayButton property to detirmine if the today button is shown
[Parameter]
public bool ShowTodayButton { get; set; } ShowWeekNumbers
Section titled "ShowWeekNumbers"Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
[Parameter]
public bool ShowWeekNumbers { get; set; } TextColor
Section titled "TextColor"Gets or Sets the text color
[Parameter]
public string TextColor { get; set; } TextFontFamily
Section titled "TextFontFamily"[Parameter]
public string TextFontFamily { get; set; } TextFontWeight
Section titled "TextFontWeight"[Parameter]
public string TextFontWeight { get; set; } Today
Section titled "Today"Gets or Sets the property name that contains the values.
[Parameter]
public DateTime Today { get; set; } UseTopLayer
Section titled "UseTopLayer"Indicates that the dropdown will place itself into the browser top layer.
[Parameter]
public bool UseTopLayer { get; set; } Value
Section titled "Value"Gets or Sets the property name that contains the values.
[Parameter]
public DateTime Value { get; set; } Accessors
Section titled "Accessors"eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererControl
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererControl
protected string _cachedSerializedContent Methods
Section titled "Methods"ResolveEventBehavior()
Section titled "ResolveEventBehavior()"Inherited from: BaseRendererControl
Resolves the components event behavior if Auto is selected.
protected ControlEventBehavior ResolveEventBehavior() Returns any
ResolveDisplay()
Section titled "ResolveDisplay()"Inherited from: BaseRendererControl
protected virtual string ResolveDisplay() Returns any
ToSpinal(string)
Section titled "ToSpinal(string)"Inherited from: BaseRendererControl
protected string ToSpinal(string value) Parameters
- value:
string
Returns any
TransformSimpleKey(string)
Section titled "TransformSimpleKey(string)"Inherited from: BaseRendererControl
protected virtual string TransformSimpleKey(string key) Parameters
- key:
string
Returns any
IsTransformedEnumValue(string)
Section titled "IsTransformedEnumValue(string)"Inherited from: BaseRendererControl
protected virtual bool IsTransformedEnumValue(string key) Parameters
- key:
string
Returns any
TransformPotentialEnumValue(string, object)
Section titled "TransformPotentialEnumValue(string, object)"Inherited from: BaseRendererControl
protected virtual object TransformPotentialEnumValue(string key, object value) Parameters
- key:
string - value:
object
Returns any
BuildSequenceInfo(int)
Section titled "BuildSequenceInfo(int)"Inherited from: BaseRendererControl
protected virtual SequenceInfo BuildSequenceInfo(int startSequence) Parameters
- startSequence:
int
Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererControl
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
TemplateContentType(string)
Section titled "TemplateContentType(string)"Inherited from: BaseRendererControl
protected Type TemplateContentType(string templateId) Parameters
- templateId:
string
Returns any
OnAfterRenderAsync(bool)
Section titled "OnAfterRenderAsync(bool)"Inherited from: BaseRendererControl
protected override Task OnAfterRenderAsync(bool firstRender) Parameters
- firstRender:
bool
Returns any
EnsureReady()
Section titled "EnsureReady()"Inherited from: BaseRendererControl
public Task EnsureReady() Returns any
MarkPropDirty(string)
Section titled "MarkPropDirty(string)"Inherited from: BaseRendererControl
protected void MarkPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererControl
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererControl
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererControl
public string Serialize() Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodSync(string, object[], string[], ElementReference[])
Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
SuspendNotifications(object)
Section titled "SuspendNotifications(object)"Inherited from: BaseRendererControl
Prevents data change notifications from be propagated to the component.
public void SuspendNotifications(object dataSource) Parameters
- dataSource:
object
Returns any
ResumeNotifications(object, bool)
Section titled "ResumeNotifications(object, bool)"Inherited from: BaseRendererControl
Resumes data change notifications.
public void ResumeNotifications(object dataSource, bool notify = true) Parameters
- dataSource:
object - notify:
bool
Returns any
NotifyInsertItem(object, int, object)
Section titled "NotifyInsertItem(object, int, object)"Inherited from: BaseRendererControl
public void NotifyInsertItem(object dataSource, int index, object refItem) Parameters
- dataSource:
object - index:
int - refItem:
object
Returns any
NotifyRemoveItem(object, int, object)
Section titled "NotifyRemoveItem(object, int, object)"Inherited from: BaseRendererControl
public void NotifyRemoveItem(object dataSource, int index, object oldItem) Parameters
- dataSource:
object - index:
int - oldItem:
object
Returns any
NotifyClearItems(object)
Section titled "NotifyClearItems(object)"Inherited from: BaseRendererControl
public void NotifyClearItems(object dataSource) Parameters
- dataSource:
object
Returns any
NotifySetItem(object, int, object, object)
Section titled "NotifySetItem(object, int, object, object)"Inherited from: BaseRendererControl
public void NotifySetItem(object dataSource, int index, object oldItem, object newItem) Parameters
- dataSource:
object - index:
int - oldItem:
object - newItem:
object
Returns any
NotifyUpdateItem(object, int, object, bool)
Section titled "NotifyUpdateItem(object, int, object, bool)"Inherited from: BaseRendererControl
public void NotifyUpdateItem(object dataSource, int index, object refItem, bool syncDataOnly = false) Parameters
- dataSource:
object - index:
int - refItem:
object - syncDataOnly:
bool
Returns any
OnRefChanged(string, object)
Section titled "OnRefChanged(string, object)"Inherited from: BaseRendererControl
public void OnRefChanged(string refName, object refValue) Parameters
- refName:
string - refValue:
object
Returns any
OnInvokeReturn(long, object)
Section titled "OnInvokeReturn(long, object)"Inherited from: BaseRendererControl
public void OnInvokeReturn(long invokeId, object returnValue) Parameters
- invokeId:
long - returnValue:
object
Returns any
Camelize(string)
Section titled "Camelize(string)"Inherited from: BaseRendererControl
protected string Camelize(string value) Parameters
- value:
string
Returns any
ToPascal(string)
Section titled "ToPascal(string)"Inherited from: BaseRendererControl
protected string ToPascal(string value) Parameters
- value:
string
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererControl
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
Dispose(bool)
Section titled "Dispose(bool)"Inherited from: BaseRendererControl
protected virtual void Dispose(bool disposing) Parameters
- disposing:
bool
Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string id, string value) Parameters
- grouping:
string - id:
string - value:
string
Returns any
SetResourceStringAsync(string, string)
Section titled "SetResourceStringAsync(string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
SetPropertyValue(object, PropertyInfo, JsonElement)
Section titled "SetPropertyValue(object, PropertyInfo, JsonElement)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, JsonElement jsonElement) Parameters
- item:
object - property:
PropertyInfo - jsonElement:
JsonElement
Returns any
SetPropertyValue(object, PropertyInfo, object)
Section titled "SetPropertyValue(object, PropertyInfo, object)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, object value) Parameters
- item:
object - property:
PropertyInfo - value:
object
Returns any
Dispose()
Section titled "Dispose()"Inherited from: BaseRendererControl
public void Dispose() Returns any
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"protected override void EnsureModulesLoaded() Returns any
ExportSerializedVisualModel()
Section titled "ExportSerializedVisualModel()"public string ExportSerializedVisualModel() Returns any
ExportSerializedVisualModelAsync()
Section titled "ExportSerializedVisualModelAsync()"Returns a serialized copy of the exported visual model
public Task<string> ExportSerializedVisualModelAsync() Returns any
ExportVisualModel()
Section titled "ExportVisualModel()"public object ExportVisualModel() Returns any
ExportVisualModelAsync()
Section titled "ExportVisualModelAsync()"Exports visual information about the current state of the grid.
public Task<object> ExportVisualModelAsync() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
GetCurrentValue()
Section titled "GetCurrentValue()"public DateTime GetCurrentValue() Returns any
GetCurrentValueAsync()
Section titled "GetCurrentValueAsync()"public Task<DateTime> GetCurrentValueAsync() Returns any
Select()
Section titled "Select()"public void Select() Returns any
SelectAsync()
Section titled "SelectAsync()"public Task SelectAsync() Returns any
SetCustomizedStringAsync(string, Dictionary<string, string>)
Section titled "SetCustomizedStringAsync(string, Dictionary<string, string>)"Provide a new set of localized strings to use for a given languange.
public Task<object> SetCustomizedStringAsync(string language, Dictionary<string, string> values) Parameters
- language:
string - values:
Dictionary
Returns any
SetCustomizedStringAsync(string, string)
Section titled "SetCustomizedStringAsync(string, string)"Provide a new set of localized strings to use for a given languange.
public Task<object> SetCustomizedStringAsync(string language, string json) Parameters
- language:
string - json:
string
Returns any
SetCustomizedStringAsync(string, string, string)
Section titled "SetCustomizedStringAsync(string, string, string)"Provide a new set of localized strings to use for a given languange.
public Task<object> SetCustomizedStringAsync(string language, string id, string value) Parameters
- language:
string - id:
string - value:
string
Returns any
Events
Section titled "Events"Changing
Section titled "Changing"[Parameter]
public EventCallback<IgbInputChangeEventArgs> Changing { get; set; } GotFocus
Section titled "GotFocus"[Parameter]
public EventCallback<IgbGotFocusEventArgs> GotFocus { get; set; } KeyDown
Section titled "KeyDown"[Parameter]
public EventCallback<IgbKeyEventArgs> KeyDown { get; set; } LostFocus
Section titled "LostFocus"[Parameter]
public EventCallback<IgbLostFocusEventArgs> LostFocus { get; set; } ValueChanged
Section titled "ValueChanged"[Parameter]
public EventCallback<DateTime> ValueChanged { get; set; } ChangingScript
Section titled "ChangingScript"[Parameter]
public string ChangingScript { get; set; } GotFocusScript
Section titled "GotFocusScript"[Parameter]
public string GotFocusScript { get; set; } KeyDownScript
Section titled "KeyDownScript"[Parameter]
public string KeyDownScript { get; set; } LostFocusScript
Section titled "LostFocusScript"[Parameter]
public string LostFocusScript { get; set; } ValueChangedScript
Section titled "ValueChangedScript"[Parameter]
public string ValueChangedScript { get; set; }