ChipEventArgs.Item Property
In This Article
Gets the data object based on which the processed chip is generated.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public object Item { get; }
#Property Value
Type | Description |
---|---|
Object | A data object. |
See Also