Skip to main content
A newer version of this page is available. .

DXCollectionView Methods

A collection view.
Name Description
BeginUpdate()
CollapseAllGroups() Collapses all groups of items.
CollapseGroup(Int32) Collapses the specified group of items.
DeleteItem(Int32)
EndUpdate()
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExpandAllGroups() Expands all groups of items.
ExpandGroup(Int32) Expands the specified group of items.
FindItemHandle(Object)
FindItemHandle(Predicate<Object>)
GetChildItemCount(Int32) Returns the number of data items in the group.
GetChildItemHandle(Int32, Int32) Returns the handle of the item at the specified position within the specified group.
GetGroupValue(Int32) Returns the data value for which the group is created.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetItem(Int32) Returns an object that specifies a record in the CollectionView’s underlying data source.
GetItemHandle(Int32)
GetItemHandleByVisibleIndex(Int32) Returns the handle of the item by its visible index.
GetSourceItemIndex(Int32)
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisibleIndexByItemHandle(Int32) Returns the visible index of the item by its handle.
IsGroupCollapsed(Int32) Indicates whether the specified group of items is collapsed.
IsGroupHeader(Int32) Checks whether the specified item is a group header.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MoveItem(Int32, Int32, Action, Boolean)
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ScrollTo(Int32) Scrolls the view to make the specified item visible.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also