NumericEdit.DownIconCommandParameter Property
Specifies the parameter passed to the DownIconCommand.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public object DownIconCommandParameter { get; set; }
Property Value
Type | Description |
---|---|
Object | A parameter object. |
Remarks
Use the DownIconCommandParameter property with DownIconCommand to pass data to the command.
See Also