Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfAutoComplete<TValue, TItem> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfAutoComplete<TValue, TItem>

    The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    SfDropDownBase<TItem>
    SfDropDownList<TValue, TItem>
    SfComboBox<TValue, TItem>
    SfAutoComplete<TValue, TItem>
    Implements
    IDropDowns
    Inherited Members
    SfComboBox<TValue, TItem>.OnInitializedAsync()
    SfComboBox<TValue, TItem>.IsFilter()
    SfComboBox<TValue, TItem>.UpdateMainData()
    SfComboBox<TValue, TItem>.InvokeBeforeOpen()
    SfComboBox<TValue, TItem>.OnAfterRenderAsync(Boolean)
    SfComboBox<TValue, TItem>.UpdateAriaAttributes()
    SfComboBox<TValue, TItem>.FocusHandler(FocusEventArgs)
    SfComboBox<TValue, TItem>.InvokeBlur()
    SfComboBox<TValue, TItem>.OnChangeHandler(ChangeEventArgs)
    SfComboBox<TValue, TItem>.FocusOutHandler(FocusEventArgs)
    SfComboBox<TValue, TItem>.FilterInputHandler(ChangeEventArgs)
    SfComboBox<TValue, TItem>.InvokePopupEvents(Boolean)
    SfComboBox<TValue, TItem>.InvokeSelectEvent(TItem, EventArgs)
    SfComboBox<TValue, TItem>.InvokeChangeEvent(EventArgs)
    SfComboBox<TValue, TItem>.UpdateValue()
    SfComboBox<TValue, TItem>.SetOldValue(Object)
    SfComboBox<TValue, TItem>.UpdateAutoFillOnDown(TItem)
    SfComboBox<TValue, TItem>.SearchList(KeyboardEventArgs)
    SfComboBox<TValue, TItem>.IncrementSearch(KeyboardEventArgs)
    SfComboBox<TValue, TItem>.InlineSearch(KeyboardEventArgs)
    SfComboBox<TValue, TItem>.InvokeCustomValueEvent()
    SfComboBox<TValue, TItem>.CustomValue()
    SfComboBox<TValue, TItem>.ActionBegin(IEnumerable<TItem>, Query)
    SfComboBox<TValue, TItem>.ActionFailure(Object)
    SfComboBox<TValue, TItem>.ActionComplete(IEnumerable<TItem>, Query)
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.UpdateChildProperties(System.Object)
    SfComboBox<TValue, TItem>.BuildRenderTree(RenderTreeBuilder)
    SfComboBox<TValue, TItem>.AllowCustom
    SfComboBox<TValue, TItem>.Autofill
    SfComboBox<TValue, TItem>.ShowClearButton
    SfComboBox<TValue, TItem>.ComboBoxParent
    SfComboBox<TValue, TItem>.ROOT
    SfComboBox<TValue, TItem>.ComponentName
    SfComboBox<TValue, TItem>.IsTyped
    SfDropDownList<TValue, TItem>.FALSE
    SfDropDownList<TValue, TItem>.TRUE
    SfDropDownList<TValue, TItem>.NO_DATA
    SfDropDownList<TValue, TItem>.POPUP_CONTENT
    SfDropDownList<TValue, TItem>.GROUP_BY
    SfDropDownList<TValue, TItem>.DROP_DOWN_ICON
    SfDropDownList<TValue, TItem>.DDL_HEADER
    SfDropDownList<TValue, TItem>.DDL_FOOTER
    SfDropDownList<TValue, TItem>.ARIA_LIVE
    SfDropDownList<TValue, TItem>.ASSERTIVE
    SfDropDownList<TValue, TItem>.ARIA_HAS_POPUP
    SfDropDownList<TValue, TItem>.ARIA_ACTIVE_DESCENDANT
    SfDropDownList<TValue, TItem>.NULL_VALUE
    SfDropDownList<TValue, TItem>.ARIA_OWN
    SfDropDownList<TValue, TItem>.OPTIONS
    SfDropDownList<TValue, TItem>.ROLE
    SfDropDownList<TValue, TItem>.LIST_BOX
    SfDropDownList<TValue, TItem>.AUTO_CORRECT
    SfDropDownList<TValue, TItem>.OFF
    SfDropDownList<TValue, TItem>.SPELL_CHECK
    SfDropDownList<TValue, TItem>.AUTO_COMPLETE
    SfDropDownList<TValue, TItem>.AUTO_CAPITAL
    SfDropDownList<TValue, TItem>.ARIA_EXPANDED
    SfDropDownList<TValue, TItem>.SELECTED
    SfDropDownList<TValue, TItem>.ITEM_FOCUS
    SfDropDownList<TValue, TItem>.Clear()
    SfDropDownList<TValue, TItem>.FocusIn()
    SfDropDownList<TValue, TItem>.FocusOut()
    SfDropDownList<TValue, TItem>.GetDataByValue(TValue)
    SfDropDownList<TValue, TItem>.GetItems()
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.HideSpinner()
    SfDropDownList<TValue, TItem>.ShowSpinner()
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.Hide()
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.ClosePopup()
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.KeyActionHandler(Syncfusion.Blazor.DropDowns.KeyActions)
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.VirtualScrollHandler()
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.CallStateHasChangedAsync()
    SfDropDownList<TValue, TItem>.OnInitializedAsync()
    SfDropDownList<TValue, TItem>.PreRender()
    SfDropDownList<TValue, TItem>.OnParametersSetAsync()
    SfDropDownList<TValue, TItem>.OnAfterRenderAsync(Boolean)
    SfDropDownList<TValue, TItem>.SetOldValue(Object)
    SfDropDownList<TValue, TItem>.UpdateMainData()
    SfDropDownList<TValue, TItem>.GetScrollValue()
    SfDropDownList<TValue, TItem>.UpdateValue()
    SfDropDownList<TValue, TItem>.UpdateValueSelection(TItem, Boolean)
    SfDropDownList<TValue, TItem>.SetRTL()
    SfDropDownList<TValue, TItem>.SetCssClass()
    SfDropDownList<TValue, TItem>.UpdateAriaAttributes()
    SfDropDownList<TValue, TItem>.DependencyScripts()
    SfDropDownList<TValue, TItem>.FocusOutHandler(FocusEventArgs, Boolean)
    SfDropDownList<TValue, TItem>.DropDownClick()
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.HidePopup()
    SfDropDownList<TValue, TItem>.InvokePopupEvents(Boolean)
    SfDropDownList<TValue, TItem>.InvokeClearBtnEvent(EventArgs, Boolean)
    SfDropDownList<TValue, TItem>.FilterClear()
    SfDropDownList<TValue, TItem>.ClearAll(EventArgs)
    SfDropDownList<TValue, TItem>.FilterInputHandler(ChangeEventArgs)
    SfDropDownList<TValue, TItem>.PasteHandler()
    SfDropDownList<TValue, TItem>.OnFilterUp(KeyboardEventArgs)
    SfDropDownList<TValue, TItem>.SearchList(KeyboardEventArgs)
    SfDropDownList<TValue, TItem>.FilteringAction(IEnumerable<TItem>, Query, FieldSettingsModel)
    SfDropDownList<TValue, TItem>.Filter(IEnumerable<TItem>, Query, FieldSettingsModel)
    SfDropDownList<TValue, TItem>.RefreshPopup()
    SfDropDownList<TValue, TItem>.GetQuery(Query)
    SfDropDownList<TValue, TItem>.IsFilter()
    SfDropDownList<TValue, TItem>.InvokeBeforeOpen()
    SfDropDownList<TValue, TItem>.ShowPopup()
    SfDropDownList<TValue, TItem>.UpdatePopupState()
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.UpdateParentClass(System.String, System.String)
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.UpdateChildProperties(System.Object)
    SfDropDownList<TValue, TItem>.OnMouseClick(ListOptions<TItem>, MouseEventArgs)
    SfDropDownList<TValue, TItem>.InvokeSelectEvent(TItem, EventArgs)
    SfDropDownList<TValue, TItem>.UpdateSelectedItem(TItem, EventArgs, KeyActions)
    SfDropDownList<TValue, TItem>.UpdateSelectItem(TItem, EventArgs, KeyActions)
    SfDropDownList<TValue, TItem>.UpdateListSelection(TItem, String)
    SfDropDownList<TValue, TItem>.SetValue(DataItems<TValue>)
    SfDropDownList<TValue, TItem>.InvokeChangeEvent(EventArgs)
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.OnChangeEvent(System.EventArgs)
    SfDropDownList<TValue, TItem>.GetItemData(TItem)
    SfDropDownList<TValue, TItem>.ActionBegin(IEnumerable<TItem>, Query)
    SfDropDownList<TValue, TItem>.ActionComplete(IEnumerable<TItem>, Query)
    SfDropDownList<TValue, TItem>.ActionFailure(Object)
    SfDropDownList<TValue, TItem>.isEditTextBox()
    SfDropDownList<TValue, TItem>.CustomValue()
    SfDropDownList<TValue, TItem>.UpdateAutoFillOnDown(TItem)
    SfDropDownList<TValue, TItem>.UpdateFocusItem(TItem)
    SfDropDownList<TValue, TItem>.OnSearch(KeyboardEventArgs)
    SfDropDownList<TValue, TItem>.BuildRenderTree(RenderTreeBuilder)
    SfDropDownList<TValue, TItem>.ID
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.ChildContent
    SfDropDownList<TValue, TItem>.ValueExpression
    SfDropDownList<TValue, TItem>.AllowFiltering
    SfDropDownList<TValue, TItem>.CssClass
    SfDropDownList<TValue, TItem>.EnableRtl
    SfDropDownList<TValue, TItem>.FilterBarPlaceholder
    SfDropDownList<TValue, TItem>.FloatLabelType
    SfDropDownList<TValue, TItem>.FooterTemplate
    SfDropDownList<TValue, TItem>.HeaderTemplate
    SfDropDownList<TValue, TItem>.HtmlAttributes
    SfDropDownList<TValue, TItem>.InputAttributes
    SfDropDownList<TValue, TItem>.Index
    SfDropDownList<TValue, TItem>.IndexChanged
    SfDropDownList<TValue, TItem>.Placeholder
    SfDropDownList<TValue, TItem>.PopupHeight
    SfDropDownList<TValue, TItem>.PopupWidth
    SfDropDownList<TValue, TItem>.Readonly
    SfDropDownList<TValue, TItem>.ShowClearButton
    SfDropDownList<TValue, TItem>.EnableVirtualization
    SfDropDownList<TValue, TItem>.ItemsCount
    SfDropDownList<TValue, TItem>.Text
    SfDropDownList<TValue, TItem>.Value
    SfDropDownList<TValue, TItem>.ValueChanged
    SfDropDownList<TValue, TItem>.ValueTemplate
    SfDropDownList<TValue, TItem>.Width
    SfDropDownList<TValue, TItem>.TabIndex
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.OnChange
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.OnInput
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.OnBlur
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.OnFocus
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.OnKeyDown
    SfDropDownList<TValue, TItem>.DropDownListParent
    SfDropDownList<TValue, TItem>.InputBaseObj
    SfDropDownList<TValue, TItem>.FilterinputObj
    SfDropDownList<TValue, TItem>.RootClass
    SfDropDownList<TValue, TItem>.ContainerClass
    SfDropDownList<TValue, TItem>.DropdownValue
    SfDropDownList<TValue, TItem>.ClearBtnStopPropagation
    SfDropDownList<TValue, TItem>.PreventContainer
    SfDropDownList<TValue, TItem>.isDevice
    SfDropDownList<TValue, TItem>.ShowPopupList
    SfDropDownList<TValue, TItem>.PopupElement
    SfDropDownList<TValue, TItem>.PopupHolderEle
    SfDropDownList<TValue, TItem>.PopupContainer
    SfDropDownList<TValue, TItem>.IsListRender
    SfDropDownList<TValue, TItem>.IsDropDownClick
    SfDropDownList<TValue, TItem>.IsValidKey
    SfDropDownList<TValue, TItem>.isFilterClearClicked
    SfDropDownList<TValue, TItem>.IsCustomFilter
    SfDropDownList<TValue, TItem>.ActiveIndex
    SfDropDownList<TValue, TItem>.ContainerAttr
    SfDropDownList<TValue, TItem>.PreviousValue
    SfDropDownList<TValue, TItem>.PreviousItemData
    SfDropDownList<TValue, TItem>.TypedString
    SfDropDownList<TValue, TItem>.BeforePopupOpen
    SfDropDownList<TValue, TItem>.PreventAutoFill
    SfDropDownList<TValue, TItem>.FocusedData
    SfDropDownList<TValue, TItem>.VirtualSpinnerObj
    SfDropDownList<TValue, TItem>.ComponentName
    SfDropDownList<TValue, TItem>.PreventIconHandler
    SfDropDownList<TValue, TItem>.PopupContent
    SfDropDownList<TValue, TItem>.NoDataContent
    SfDropDownList<TValue, TItem>.DropdownIcon
    SfDropDownList<TValue, TItem>.ROOT
    SfDropDownBase<TItem>.Render(IEnumerable<TItem>, FieldSettingsModel, Query)
    SfDropDownBase<TItem>.SetListData(IEnumerable<TItem>, FieldSettingsModel, Query)
    SfDropDownBase<TItem>.SetFields()
    SfDropDownBase<TItem>.SimpleDataExecute(IEnumerable<TItem>, Query)
    SfDropDownBase<TItem>.CloneQuery(Query)
    SfDropDownBase<TItem>.OnParametersSetAsync()
    SfDropDownBase<TItem>.GetDataByText(String)
    SfDropDownBase<TItem>.IncrementalSearch(String, IEnumerable<TItem>, Nullable<Int32>, Boolean)
    SfDropDownBase<TItem>.Search(String, IEnumerable<TItem>, String, Boolean)
    SfDropDownBase<TItem>.SetItemValue(String)
    SfDropDownBase<TItem>.IsSimpleDataType()
    SfDropDownBase<TItem>.AddItem(IEnumerable<TItem>, Nullable<Int32>)
    SfDropDownBase<TItem>.InsertItem(IEnumerable<TItem>, Nullable<Int32>, Boolean)
    SfDropDownBase<TItem>.RenderItems()
    SfDropDownBase<TItem>.HighlightSearch(String, String, Boolean, FilterType)
    SfDropDownBase<TItem>.EnablePersistence
    SfDropDownBase<TItem>.ItemTemplate
    SfDropDownBase<TItem>.GroupTemplate
    SfDropDownBase<TItem>.NoRecordsTemplate
    SfDropDownBase<TItem>.ActionFailureTemplate
    SfDropDownBase<TItem>.SortOrder
    SfDropDownBase<TItem>.Enabled
    SfDropDownBase<TItem>.DataSource
    SfDropDownBase<TItem>.Query
    SfDropDownBase<TItem>.IgnoreCase
    SfDropDownBase<TItem>.IgnoreAccent
    SfDropDownBase<TItem>.ZIndex
    SfDropDownBase<TItem>.Locale
    SfDropDownBase<TItem>.DropDownsEditContext
    SfDropDownBase<TItem>.ListData
    SfDropDownBase<TItem>.MainData
    SfDropDownBase<TItem>.ListDataSource
    SfDropDownBase<TItem>.ItemData
    SfDropDownBase<TItem>.IsActionFaiure
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SfAutoComplete<TValue, TItem> : SfComboBox<TValue, TItem>, IInputBase, IDropDowns
    Type Parameters
    Name Description
    TValue
    TItem

    Constructors

    SfAutoComplete()

    Declaration
    public SfAutoComplete()

    Properties

    AutoCompleteParent

    Declaration
    protected dynamic AutoCompleteParent { get; set; }
    Property Value
    Type Description
    System.Object

    ComponentName

    Declaration
    protected override string ComponentName { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.ComponentName

    FilterType

    Determines on which filter type, the component needs to be considered on search action.

    Declaration
    public override FilterType FilterType { get; set; }
    Property Value
    Type Description
    FilterType
    Overrides
    Syncfusion.Blazor.DropDowns.SfDropDownBase<TItem>.FilterType

    Highlight

    When set to 'true', highlight the searched characters on suggested list items.

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

    MinLength

    Allows you to set the minimum search character length, the search action will perform after typed minimum characters.

    Declaration
    public int MinLength { get; set; }
    Property Value
    Type Description
    System.Int32

    ROOT

    Declaration
    protected override string ROOT { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.ROOT

    ShowClearButton

    Specifies whether to show or hide the clear button.

    When the clear button is clicked, `Value` properties are reset to null.

    Declaration
    public override bool ShowClearButton { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.ShowClearButton

    ShowPopupButton

    Allows you to either show or hide the popup button on the component.

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

    SuggestionCount

    Supports the specified number of list items on the suggestion popup.

    Declaration
    public int SuggestionCount { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    ActionBegin(IEnumerable<TItem>, Query)

    Declaration
    protected override Task<ActionBeginEventArgs> ActionBegin(IEnumerable<TItem> dataSource, Query query = null)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<TItem> dataSource
    Query query
    Returns
    Type Description
    System.Threading.Tasks.Task<ActionBeginEventArgs>
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.ActionBegin(System.Collections.Generic.IEnumerable<TItem>, Syncfusion.Blazor.Data.Query)

    ActionComplete(IEnumerable<TItem>, Query)

    Declaration
    protected override Task ActionComplete(IEnumerable<TItem> dataSource, Query query = null)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<TItem> dataSource
    Query query
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.ActionComplete(System.Collections.Generic.IEnumerable<TItem>, Syncfusion.Blazor.Data.Query)

    ActionFailure(Object)

    Declaration
    protected override Task ActionFailure(object args)
    Parameters
    Type Name Description
    System.Object args
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.ActionFailure(System.Object)

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)

    ClearAll(EventArgs)

    Declaration
    protected override Task ClearAll(EventArgs args = null)
    Parameters
    Type Name Description
    System.EventArgs args
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.ClearAll(System.EventArgs)

    FocusHandler(FocusEventArgs)

    Declaration
    protected override Task FocusHandler(FocusEventArgs args)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Web.FocusEventArgs args
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.FocusHandler(Microsoft.AspNetCore.Components.Web.FocusEventArgs)

    GetQuery(Query)

    Declaration
    protected override Query GetQuery(Query query)
    Parameters
    Type Name Description
    Query query
    Returns
    Type Description
    Query
    Overrides
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.GetQuery(Syncfusion.Blazor.Data.Query)

    HighLightSearch(String, Boolean, FilterType, String)

    Highlight the searched characters on suggested list items

    highlight the list item. performing the search text based on casing Determines on which filter type, the highlight text update on the text Higlighted the char based on hightligh text and this is optional. If not provide the highlightText, it wil get the filter value. Returns highlight string
    Declaration
    public string HighLightSearch(string textValue, bool ignoreCase, FilterType filtertype, string highLighText = null)
    Parameters
    Type Name Description
    System.String textValue
    System.Boolean ignoreCase
    FilterType filtertype
    System.String highLighText
    Returns
    Type Description
    System.String

    InvokeBeforeOpen()

    Declaration
    protected override Task<BeforeOpenEventArgs> InvokeBeforeOpen()
    Returns
    Type Description
    System.Threading.Tasks.Task<BeforeOpenEventArgs>
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.InvokeBeforeOpen()

    InvokeBlur()

    Declaration
    protected override Task InvokeBlur()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.InvokeBlur()

    InvokeChangeEvent(EventArgs)

    Declaration
    protected override Task InvokeChangeEvent(EventArgs args = null)
    Parameters
    Type Name Description
    System.EventArgs args
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.InvokeChangeEvent(System.EventArgs)

    InvokeCustomValueEvent()

    Declaration
    protected override Task<CustomValueSpecifierEventArgs<TItem>> InvokeCustomValueEvent()
    Returns
    Type Description
    System.Threading.Tasks.Task<CustomValueSpecifierEventArgs<TItem>>
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.InvokeCustomValueEvent()

    InvokePopupEvents(Boolean)

    Declaration
    protected override Task<PopupEventArgs> InvokePopupEvents(bool isOpen)
    Parameters
    Type Name Description
    System.Boolean isOpen
    Returns
    Type Description
    System.Threading.Tasks.Task<PopupEventArgs>
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.InvokePopupEvents(System.Boolean)

    InvokeSelectEvent(TItem, EventArgs)

    Declaration
    protected override Task<SelectEventArgs<TItem>> InvokeSelectEvent(TItem item, EventArgs args = null)
    Parameters
    Type Name Description
    TItem item
    System.EventArgs args
    Returns
    Type Description
    System.Threading.Tasks.Task<SelectEventArgs<TItem>>
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.InvokeSelectEvent(TItem, System.EventArgs)

    isEditTextBox()

    Declaration
    protected override bool isEditTextBox()
    Returns
    Type Description
    System.Boolean
    Overrides
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.isEditTextBox()

    IsFilter()

    Declaration
    protected override bool IsFilter()
    Returns
    Type Description
    System.Boolean
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.IsFilter()

    ListItemCreated(ListOptions<TItem>)

    Declaration
    protected override ListOptions<TItem> ListItemCreated(ListOptions<TItem> listItem)
    Parameters
    Type Name Description
    ListOptions<TItem> listItem
    Returns
    Type Description
    ListOptions<TItem>
    Overrides
    Syncfusion.Blazor.DropDowns.SfDropDownBase<TItem>.ListItemCreated(Syncfusion.Blazor.DropDowns.ListOptions<TItem>)

    OnAfterRenderAsync(Boolean)

    Declaration
    protected override Task OnAfterRenderAsync(bool firstRender)
    Parameters
    Type Name Description
    System.Boolean firstRender
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.OnAfterRenderAsync(System.Boolean)

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.OnInitializedAsync()

    SearchList(KeyboardEventArgs)

    Declaration
    protected override Task SearchList(KeyboardEventArgs args = null)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Web.KeyboardEventArgs args
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.SearchList(Microsoft.AspNetCore.Components.Web.KeyboardEventArgs)

    UpdateFocusItem(TItem)

    Declaration
    protected override Task UpdateFocusItem(TItem focusItem = null)
    Parameters
    Type Name Description
    TItem focusItem
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.UpdateFocusItem(TItem)

    UpdateMainData()

    Declaration
    protected override void UpdateMainData()
    Overrides
    Syncfusion.Blazor.DropDowns.SfComboBox<TValue, TItem>.UpdateMainData()

    Implements

    IDropDowns
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved