Back to Devexpress

EditBase.ErrorIconCommandParameter Property

maui-devexpress-dot-maui-dot-editors-dot-editbase-f0cb8600.md

latest1.6 KB
Original Source

EditBase.ErrorIconCommandParameter Property

Gets or sets the parameter passed to the ErrorIconCommand. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public object ErrorIconCommandParameter { get; set; }

Property Value

TypeDescription
System.Object

The command parameter.

|

Remarks

Use the ErrorIconCommandParameter property with ErrorIconCommand to pass data to the command.

Example

This example shows how to create a custom command with a parameter and execute it when a user taps the start icon.

  1. In a view model, create a command that implements the ICommand interface:

  2. Bind the specified command to the StartIconCommand property and define the StartIconCommandParameter value:

See Also

EditBase Class

EditBase Members

DevExpress.Maui.Editors Namespace