Skip to main content

ComboBoxEdit.SearchTextChangedCommandParameter Property

Specifies the parameter passed to the SearchTextChangedCommand.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public object SearchTextChangedCommandParameter { get; set; }

#Property Value

Type Description
Object

A parameter object.

See Also