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