Chip.RemoveIconClickedCommandParameter Property
In This Article
Gets or sets a parameter passed to the RemoveIconClickedCommand.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public object RemoveIconClickedCommandParameter { get; set; }
#Property Value
Type | Description |
---|---|
Object | An object that specifies a command parameter. |
See Also