Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DXCollectionView Class

A collection view.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public class DXCollectionView :
    DXCollectionViewBase,
    IAppearanceOwner,
    IDataGrid,
    IFilteringUIFormOwner,
    IDXCollectionView

Remarks

For more information about the DXCollectionView control, refer to the following help topics:

Overview
Contains basic information about DXCollectionView.
Get Started with DXCollectionView
This step-by-step tutorial explains how to create an app with a DXCollectionView.
Bind to Data and Interact with Items
Describes how to populate a DXCollectionView with items and work with items via their indexes.
Filter, Sort, and Group Data
This help topic explains how to shape Collection View item data.
Create-Read-Update-Delete (CRUD) Operations
Topics in this sections describe how to incorporate CRUD operations in a .NET MAUI app.
Infinite Scrolling
Explains how to enable endless scrolling functionality for the DXCollectionView control.
Pull-to-Refresh
Explains how to request content updates with a pull-down gesture in a DXCollectionView.
Item Selection
The DXCollectionView control supports single and multiple item selection.
Drag-and-Drop Operations
Enable drag-and-drop operations to allow users to reorder items in DXCollectionView.
Swipe Gestures
This topic explains how to show swipe elements when a user swipes a DXCollectionView item and perform custom actions on tap.
Customize Appearance
Lists API members that you can use the appearance of the DXCollectionView control and its items.
Examples
Lists task-based solutions with the DXCollectionView control.
See Also