DXCollectionView.RefreshItem(Int32) Method
Refreshes the collection view item with the specified handle.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public void RefreshItem(
int itemHandle
)
Parameters
Name | Type | Description |
---|---|---|
itemHandle | Int32 | The item handle. |
Remarks
Use the RefreshItem
method if the underlying data object does not implement the INotifyCollectionChanged interface. Otherwise, the control automatically updates its items when the data source notifies of data changes.
See Also