DXCollectionView Properties
A collection view.Name | Description |
---|---|
AllowCascadeUpdate | Gets or sets whether the CollectionView performs deferred data loading while a user scrolls items. |
AllowDragDropItems | Gets or sets whether a user is allowed to drag and drop items within the view. |
AllowDragDropSortedItems | Gets or sets whether a user is allowed to drag and drop items that are sorted or grouped. |
AllowGroupCollapse | Specifies whether users can collapse and expand groups of items. |
DisplayFormat | Gets or sets the pattern used to format list items. |
DisplayMember | Gets or sets the name of the data source’s field whose values are displayed as list items. |
FilterExpression | Gets or sets the CollectionView’s filter expression. |
FilterString | Gets or sets the CollectionView’s filter expression string. |
GroupCount | Gets the number of data item groups in a CollectionView. |
GroupDescription | Specifies how to group data items in the view. |
GroupHeaderSize | Gets or sets a group header’s height (for the vertical orientation of the view) or width (for the horizontal orientation). |
GroupHeaderTemplate | Gets or sets the template that defines the appearance of group headers. |
IndicatorColor | Gets or sets the color of the load-more (iOS and Android) and pull-to-refresh (iOS only) indicators. |
IsLoadMoreEnabled | Gets or sets whether the load-more functionality is enabled in the CollectionView. |
IsPullToRefreshEnabled | Gets or sets whether the pull-to-refresh functionality is enabled in the CollectionView. |
IsRefreshing | Allows you to hide the refresh or load indicator that the collection view displays when executing the pull-to-refresh or load-more operation. |
IsScrollBarVisible | Gets or sets whether the scrollbar is displayed in the view. |
IsUpdateLocked | |
ItemCount | Gets the number of data items in the view. |
ItemSize | Gets or sets a data item’s height (for vertical orientation of the view) or width (for horizontal orientation). |
ItemSpacing | |
ItemsSource | Gets or sets the CollectionView’s data source. |
ItemTemplate | Gets or sets the template that defines the appearance of list items. |
LoadMoreCommand | Gets or sets the command executed when a user scrolls to the last item in the CollectionView to load new data items. |
MinGroupHeaderSize | Gets or sets a group header’s minimum height (for the vertical orientation of the view) or width (for the horizontal orientation). |
MinItemSize | Gets or sets a data item’s minimum height (vertical orientation) or width (horizontal orientation). |
Orientation | Gets or sets the orientation of the CollectionView. |
PullToRefreshCommand | Gets or sets the command executed when a user pulls the CollectionView down to request content update. |
ReduceSizeToContent | Gets or sets whether the collection view reduces its overall size to occupy the minimum space needed for its data items. |
SelectedItem | Gets or sets the selected item when the SelectionMode property is set to Single. |
SelectedItems | Gets or sets selected items when the SelectionMode property is set to Multiple. |
SelectedItemTemplate | Gets or sets the template that defines the appearance of an item selected in the view. |
SelectionMode | Specifies whether and how many items can be selected in the view. |
SortDescriptions | Specifies how to sort data items in the view. |
TapCommand | |
VisibleItemCount | Gets the total number of items displayed in the view. |
See Also