Back to Devexpress

NumericEdit.DownIconCommand Property

maui-devexpress-dot-maui-dot-editors-dot-numericedit-0b39b8e3.md

latest1.3 KB
Original Source

NumericEdit.DownIconCommand Property

Gets or sets the command that is executed when a user taps the down icon. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public ICommand DownIconCommand { get; set; }

Property Value

TypeDescription
ICommand

The command that exposes the ICommand interface.

|

Remarks

Use the DownIconCommand property to specify the action linked to the down icon. The DownIconCommandParameter property allows you to pass data to this command.

Alternatively, you can handle the DownIconClicked event to define this action.

See Also

NumericEdit Class

NumericEdit Members

DevExpress.Maui.Editors Namespace