DXCollectionView Members
In This Article
#Constructors
Name | Description |
---|---|
DXCollection |
Initializes a new instance of the DXCollection |
#Fields
Name | Description |
---|---|
Allow |
Identifies the Allow |
Allow |
Identifies the Allow |
Allow |
Identifies the Allow |
Allow |
Identifies the Allow |
Display |
Identifies the Display |
Display |
Identifies the Display |
Filter |
Identifies the Filter |
Filter |
Identifies the Filter |
Group |
Identifies the Group |
Group |
Identifies the Group |
Group |
Identifies the Group |
Indicator |
Identifies the Indicator |
Invalid |
|
Is |
Identifies the Is |
Is |
Identifies the Is |
Is |
Identifies the Is |
Is |
Identifies the Is |
Is |
Identifies the Is |
Item |
Identifies the Item |
Item |
Identifies the Item |
Items |
Identifies the Items |
Item |
Identifies the Item |
Load |
Identifies the Load |
Min |
Identifies the Min |
Min |
Identifies the Min |
Orientation |
Identifies the Orientation dependency property. |
Pull |
Identifies the Pull |
Reduce |
Identifies the Reduce |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selection |
Identifies the Selection |
Tap |
Identifies the Tap |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether the Collection |
Allow |
Gets or sets whether a user is allowed to drag and drop items within the view. |
Allow |
Gets or sets whether a user is allowed to drag and drop items that are sorted or grouped. |
Allow |
Specifies whether users can collapse and expand groups of items. |
Display |
Gets or sets the pattern used to format list items. |
Display |
Gets or sets the name of the data source’s field whose values are displayed as list items. |
Filter |
Gets or sets the Collection |
Filter |
Gets or sets the Collection |
Group |
Gets the number of data item groups in a Collection |
Group |
Specifies how to group data items in the view. |
Group |
Gets or sets a group header’s height (for the vertical orientation of the view) or width (for the horizontal orientation). |
Group |
Gets or sets the template that defines the appearance of group headers. |
Indicator |
Gets or sets the color of the load-more (i |
Is |
Gets or sets whether the load-more functionality is enabled in the Collection |
Is |
Gets or sets whether the pull-to-refresh functionality is enabled in the Collection |
Is |
Allows you to hide the refresh or load indicator that the collection view displays when executing the pull-to-refresh or load-more operation. |
Is |
Gets or sets whether the scrollbar is displayed in the view. |
Is |
|
Item |
Gets the number of data items in the view. |
Item |
Gets or sets a data item’s height (for vertical orientation of the view) or width (for horizontal orientation). |
Item |
|
Items |
Gets or sets the Collection |
Item |
Gets or sets the template that defines the appearance of list items. |
Load |
Gets or sets the command executed when a user scrolls to the last item in the Collection |
Min |
Gets or sets a group header’s minimum height (for the vertical orientation of the view) or width (for the horizontal orientation). |
Min |
Gets or sets a data item’s minimum height (vertical orientation) or width (horizontal orientation). |
Orientation |
Gets or sets the orientation of the Collection |
Pull |
Gets or sets the command executed when a user pulls the Collection |
Reduce |
Gets or sets whether the collection view reduces its overall size to occupy the minimum space needed for its data items. |
Selected |
Gets or sets the selected item when the Selection |
Selected |
Gets or sets selected items when the Selection |
Selected |
Gets or sets the template that defines the appearance of an item selected in the view. |
Selection |
Specifies whether and how many items can be selected in the view. |
Sort |
Specifies how to sort data items in the view. |
Tap |
|
Visible |
Gets the total number of items displayed in the view. |
#Methods
Name | Description |
---|---|
Begin |
|
Collapse |
Collapses all groups of items. |
Collapse |
Collapses the specified group of items. |
Delete |
|
End |
|
Expand |
Expands all groups of items. |
Expand |
Expands the specified group of items. |
Find |
|
Find |
|
Get |
Returns the number of data items in the group. |
Get |
Returns the handle of the item at the specified position within the specified group. |
Get |
Returns the data value for which the group is created. |
Get |
Returns an object that specifies a record in the Collection |
Get |
|
Get |
Returns the handle of the item by its visible index. |
Get |
|
Get |
Returns the visible index of the item by its handle. |
Is |
Indicates whether the specified group of items is collapsed. |
Is |
Checks whether the specified item is a group header. |
Move |
|
Scroll |
Scrolls the view to make the specified item visible. |
#Events
Name | Description |
---|---|
Complete |
Occurs after the drag-and-drop operation is completed. |
Drag |
Occurs when a user touches and holds an item to drag it. |
Drag |
Occurs each time an item is dragged over another item. |
Drop |
Occurs when a user drops an item. |
Group |
Occurs after a group of items has been collapsed. |
Group |
Occurs before a group of items is collapsed. |
Group |
Occurs after a group of items has been expanded. |
Group |
Occurs before a group of items is expanded. |
Load |
Occurs when a user scrolls to the last item in the Collection |
Pull |
Occurs when a user pulls the Collection |
Selection |
Occurs when the item selection is changed. |
Tap | Occurs when a user taps the view. |
See Also