Namespace Telerik.Maui.Controls.Compatibility.DataControls.ListView
Classes
Represents the base class for data descriptors used in RadListView. |
Represents the base class for filter descriptors that define filtering logic for data items. |
Provides a base class for group descriptors that implement key-based grouping functionality. |
Represents the context that is passed to a ListViewGroupHeaderCell control that represents a group within a RadListView instance. |
Represents the arguments that are passed to the GroupHeaderTapped. |
Represents the arguments that are passed to the RadListView item hold event. |
Provides data for the item swipe completed event. |
Provides data for the item swipe starting event. |
Represents a view cell that supports swipe templates for ListView items. |
Provides data for the item swiping event that occurs during a swipe gesture. |
Provides data for the item tap event. |
ListViewDelegateFilterDescriptor Represents a filter descriptor that uses a delegate function to determine whether items pass the filter. |
ListViewDelegateGroupDescriptor Represents a group descriptor that uses a delegate function to extract grouping keys from items. |
ListViewDelegateSortDescriptor Represents a sort descriptor that uses a delegate function to compare items for sorting. |
Represents a ListView entry cell that extends EntryCell functionality. |
Represents a grid layout for ListView items. |
Represents a cell used as a group header in ListView control. |
A class exposing properties that could be used to customize the appearance of a ListView group. |
Represents a ListView image cell that implements tap control functionality. |
A class exposing properties that could be used to customize the appearance of ListView item. |
Provides a base class for list view layout definitions, inheriting from Microsoft.Maui.Controls.BindableObject. |
Represents a linear layout for ListView items. |
ListViewLoadOnDemandCollection Represents a collection that supports load-on-demand functionality for ListView controls. |
ListViewPropertyGroupDescriptor Represents a group descriptor that groups items by a specified property name. Inherits from GroupDescriptorBase to provide property-based grouping functionality. |
ListViewPropertySortDescriptor Represents a sort descriptor that sorts items based on a specific property. |
Represents a context containing various style settings for list view items. |
Represents an abstract base class for selecting styles for ListView items. |
Represents a switch cell for use in ListView controls. |
Represents a template cell for ListView control that supports tap functionality. |
Represents a text cell for ListView with tap functionality. |
Provides data for the LoadOnDemand event. |
Provides a base class for descriptors that support ordering operations, implementing both System.Collections.IComparer and System.Collections.Generic.IComparer<> interfaces. |
PullToRefreshRequestedEventArgs Provides data for the pull-to-refresh requested event. |
Provides data for the ReorderEnded event. |
Provides data for the reorder starting event. |
Specifies the gesture used to select items in a list view. |
Specifies the selection mode for items in a list view. |
Represents the base class for sort descriptors. |