Name | Description | |
---|---|---|
![]() | C1AutoComplete<T> Constructor | Initializes a new instance of the C1AutoComplete class. |
The following tables list the members exposed by C1AutoComplete<T>.
Name | Description | |
---|---|---|
![]() | C1AutoComplete<T> Constructor | Initializes a new instance of the C1AutoComplete class. |
Name | Description | |
---|---|---|
![]() ![]() | AutoCompleteModeProperty | |
![]() ![]() | HighlightStyleProperty | |
![]() ![]() | MinLengthProperty |
Name | Description | |
---|---|---|
![]() | AutoComplete | Gets or sets whether the control should try to automatically complete entries using the list of items. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | AutoCompleteMode | Gets or sets the mode that the DropDown uses to display the DropDownView. |
![]() | ButtonStyle | Gets or sets the style of the button used to toggle the drop-down. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | ChildContent | Gets or sets the content of the drop-down. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | CollapsedButtonIcon | Gets or sets the icon used when the drop-down is collapsed. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | DataCollection | Gets the collection that is bound to the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | Delay | Gets or sets the delay that occurs between the key strokes and the auto-complete. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | DisplayMemberPath | Gets or sets the name of the property to use as the visual representation of the items. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | DropDownBehavior | Gets or sets the drop-down behavior. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | DropDownMode | Gets or sets the mode that the DropDown uses to display the DropDownView. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | DropDownStyle | Gets or sets the sytle of the drop-down popup. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | EditableHeader | Gets or sets the editable header. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | EditorStyle | Gets or sets the style of the editor used to edit the selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ExpandedButtonIcon | Gets or sets the icon used when the drop-down is expanded. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | Filtering | Event raised when the control is about to apply a filter to the list of items. |
![]() | FilterString | Gets the filter string used to show auto-complete suggestions. |
![]() | Header | Gets or sets the header. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | HighlightStyle | Gets or sets the matched text highlight style. |
![]() | IconStyle | Gets or sets the sytle of the icon that is placed inside the button used to toggle the drop-down. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | IsDisposed | Gets whether this control was disposed. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsDropDownOpen | Gets or sets whether the drop-down is open. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | IsDropDownOpenChanged | This callback is called when the drop-down is opened or closed. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | IsEditable | Overridden. Gets or sets whether it is editable. |
![]() | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
![]() | Items | Gets the items that are shown in the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ItemsSource | Gets or sets the source collection that contains the items to select from. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ItemTemplate | Gets or sets the item template. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ListItemStyle | Gets or sets the style of the items of the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ListStyle | Gets or sets the style of the list of items. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | MinLength | Gets or sets the minimum input length to trigger auto-complete suggestions. |
![]() | Placeholder | Gets or sets the placeholder displayed when there is no entered text. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedIndex | Gets or sets the index of the selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedIndexChanged | Gets or sets the callback that is called when the selected index changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedItem | Gets or sets the current selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedItemChanged | Gets or sets the callback that is called when the selected item changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ShowButton | Gets or sets a value that indicates whether the control should display a dropdown button. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TabIndex | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Text | Gets or sets the text of the control. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ValueMemberPath | Gets or sets the path that is used to get the value from the item. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from C1.Blazor.Core.C1View) |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Sets the focus. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |