Skip to main content

DXCollectionView.InvalidItemHandle Field

An invalid item handle. This value is returned when trying to access an item that does not exist in the collection view.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public const int InvalidItemHandle = -2147483648

Field Value

Type Description
Int32

The item handle.

See Also