Skip to main content

TextEditBase.TextChangedCommandParameter Property

Specifies the parameter passed to the TextChangedCommand.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public object TextChangedCommandParameter { get; set; }

Property Value

Type Description
Object

An object that specifies a command parameter.

See Also