ChipEventArgs.Item Property
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
public object Item { get; }
Property Value
Type | Description |
---|---|
Object | A data object. |
See Also