Class DataFormAutoCompleteItem
Represents the class that encapsulates the layout and auto complete editor(SfAutoComplete) settings for data field.
Inherited Members
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public class DataFormAutoCompleteItem : DataFormListItem, IThemeElement
Constructors
DataFormAutoCompleteItem()
Initializes a new instance of the DataFormAutoCompleteItem class.
Declaration
public DataFormAutoCompleteItem()
Fields
MaxDropDownHeightProperty
Identifies the MaxDropDownHeight dependency property.
Declaration
public static readonly BindableProperty MaxDropDownHeightProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | The identifier for MaxDropDownHeight dependency property. |
TextSearchModeProperty
Identifies the TextSearchMode dependency property.
Declaration
public static readonly BindableProperty TextSearchModeProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | The identifier for TextSearchMode dependency property. |
Properties
MaxDropDownHeight
Gets or sets the maximum height for a drop-down.
Declaration
public double MaxDropDownHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 400. |
TextSearchMode
Gets or sets the text search mode for auto complete editor.
Declaration
public DataFormTextSearchMode TextSearchMode { get; set; }
Property Value
| Type | Description |
|---|---|
| DataFormTextSearchMode | The default value is |
Examples
The below examples shows, how to use the TextSearchMode property of DataFormAutoCompleteItem in the SfDataForm.