Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXCollectionView Class

A collection view.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

#Declaration

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

#Remarks

The DXCollectionView component allows you to display a collection of data items in a horizontal or vertical list.

Collection View

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 section 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 allow you to customize the appearance of the DXCollectionView control and its items.
Examples
Lists task-based solutions that use the DXCollectionView control.
See Also