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