Back to Devexpress

DXCollectionView Class

maui-devexpress-dot-maui-dot-collectionview.md

latest4.9 KB
Original Source

DXCollectionView Class

A collection view.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
[DXLicenseMAUI]
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:

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.

Implements

Show 14 items

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

Inheritance

System.Object BindableObject Element NavigableElement VisualElement View DXCollectionViewBase DXCollectionView

Extension Methods

Yield<DXCollectionView>()

YieldIfNotNull<DXCollectionView>()

See Also

DXCollectionView Members

Swipe Gestures in Collection View for .NET MAUI

DevExpress.Maui.CollectionView Namespace