maui-devexpress-dot-maui-dot-collectionview.md
A collection view.
Namespace : DevExpress.Maui.CollectionView
Assembly : DevExpress.Maui.CollectionView.dll
NuGet Package : DevExpress.Maui.CollectionView
[DXLicenseMAUI]
public class DXCollectionView :
DXCollectionViewBase,
IAppearanceOwner,
IDataGrid,
IFilteringUIFormOwner,
IDXCollectionView
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:
OverviewContains basic information about DXCollectionView.Get Started with DXCollectionViewThis step-by-step tutorial explains how to create an app with a DXCollectionView.Bind to Data and Interact with ItemsDescribes how to populate a DXCollectionView with items and work with items via their indexes.Filter, Sort, and Group DataThis help topic explains how to shape Collection View item data.Create-Read-Update-Delete (CRUD) OperationsTopics in this section describe how to incorporate CRUD operations in a .NET MAUI app.Infinite ScrollingExplains how to enable endless scrolling functionality for the DXCollectionView control.Pull-to-RefreshExplains how to request content updates with a pull-down gesture in a DXCollectionView.Item SelectionThe DXCollectionView control supports single and multiple item selection.Drag-and-Drop OperationsEnable drag-and-drop operations to allow users to reorder items in DXCollectionView.Swipe GesturesThis topic explains how to show swipe elements when a user swipes a DXCollectionView item and perform custom actions on tap.Customize AppearanceLists API members that allow you to customize the appearance of the DXCollectionView control and its items.ExamplesLists task-based solutions that use the DXCollectionView control.
Show 14 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
System.Object BindableObject Element NavigableElement VisualElement View DXCollectionViewBase DXCollectionView
YieldIfNotNull<DXCollectionView>()
See Also