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
The DXCollectionView
component allows you to display a collection of data items in a horizontal or vertical list.
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.
Implements
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Inheritance
See Also