AutoCompleteEdit.QuerySubmittedCommandParameter Property
In This Article
Specifies the parameter passed to the QuerySubmittedCommand.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public object QuerySubmittedCommandParameter { get; set; }
#Property Value
Type | Description |
---|---|
Object | A parameter object. |
See Also