ChipEventArgs.Chip Property
In This Article
Gets the processed chip.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public Chip Chip { get; }
#Property Value
Type | Description |
---|---|
Chip | An object that specifies a chip. |
See Also