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