Skip to main content

EditBase.ReturnCommandParameter Property

Specifies the parameter passed to the ReturnCommand.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public object ReturnCommandParameter { get; set; }

#Property Value

Type Description
Object

A parameter object.

#Remarks

Use the ReturnCommandParameter property with ReturnCommand to pass data to the command.

See Also