Skip to main content
All docs
V20.2

AutoCompleteColumnTextChangedEventArgs.AutoCompleteEdit Property

Gets the cell’s editor.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public AutoCompleteEdit AutoCompleteEdit { get; }

Property Value

Type Description
AutoCompleteEdit

An object that specifies the cell’s editor.

See Also