Class AutoCompleteFieldSettings
The Fields property maps the columns of the data table and binds the data to the component.
Inherited Members
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class AutoCompleteFieldSettings : SfDataBoundComponent
Constructors
AutoCompleteFieldSettings()
Declaration
public AutoCompleteFieldSettings()
Properties
GroupBy
Group the list items with it's related items by mapping groupBy field.
Declaration
public string GroupBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HtmlAttributes
You can add the additional html attributes such as styles, class, and more to the list element. If you configured both property and equivalent html attributes, then the component considers the property value.
Declaration
public string HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconCss
Maps the icon class column from data table for each list item.
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Maps the text column from data table for each list item.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Maps the value column from data table for each list item.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |