| Method | Description |
|---|
| Add | When implemented by a class, adds an item to the IList. (Inherited from IList) |
| AddIndex | Inherited from INTKBindingList. |
| AddNew | Inherited from INTKBindingList. |
| ApplyFilter | Applies the filter to the collection. (Inherited from IDataList) |
| ApplySort | Inherited from INTKBindingList. |
| Clear | Clears the all items in the DataCancellableCollectionBase. |
| CollapseAllNodes | Collapses all the nodes in the tree view control. (Inherited from IDataList) |
| Contains | When implemented by a class, determines whether the IList contains a specific value. (Inherited from IList) |
| CopyTo | When implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index. (Inherited from ICollection) |
| CreateNewItem | This method is called when an new item is created by using the NETiKA.Toolkit.Data.INTKBindingList.AddNew method of the NETiKA.Toolkit.Data.INTKBindingList interface. |
| DataCancellableCollectionBase | Overloaded. Initializes a new instance of DataCancellableCollectionBase. |
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| ExpandAllNodes | Expands all the nodes in the tree view control. (Inherited from IDataList) |
| Find | Overloaded. Finds an object in the collection. (Inherited from IDataList) |
| GetEnumerator | Returns an enumerator that can iterate through the DataCancellableCollectionBase. |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetItemProperties | Inherited from INTKTypedList. |
| GetListName | Inherited from INTKTypedList. |
| GetPropertyDescriptorCollection | This method is called when the user of the collection (generaly a data grid) calls the NETiKA.Toolkit.Data.INTKTypedList.GetItemProperties method of the NETiKA.Toolkit.Data.INTKTypedList interface. |
| GetSortComparer | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GroupBy | Inherited from IDataList. |
| IndexOf | When implemented by a class, determines the index of a specific item in the IList. (Inherited from IList) |
| Insert | When implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList) |
| Match | This method is used by the DataCancellableCollectionBase during the find process. |
| NETiKA.Toolkit.ComponentModel.INTKBindingList.AddIndex | |
| NETiKA.Toolkit.ComponentModel.INTKBindingList.AddNew | |
| NETiKA.Toolkit.ComponentModel.INTKBindingList.ApplySort | |
| NETiKA.Toolkit.ComponentModel.INTKBindingList.Find | |
| NETiKA.Toolkit.ComponentModel.INTKBindingList.RemoveIndex | |
| NETiKA.Toolkit.ComponentModel.INTKBindingList.RemoveSort | |
| NETiKA.Toolkit.ComponentModel.INTKTypedList.GetItemProperties | |
| NETiKA.Toolkit.ComponentModel.INTKTypedList.GetListName | |
| NETiKA.Toolkit.Data.IDataList.ApplyFilter | Applies the filter to the DataCancellableCollectionBase. |
| NETiKA.Toolkit.Data.IDataList.CollapseAllNodes | |
| NETiKA.Toolkit.Data.IDataList.ExpandAllNodes | |
| NETiKA.Toolkit.Data.IDataList.Find | Finds an object in the DataCancellableCollectionBase with a specified item. |
| NETiKA.Toolkit.Data.IDataList.GroupBy | |
| NETiKA.Toolkit.Data.IDataList.RemoveFilter | Removes any filter applied to the DataCancellableCollectionBase. |
| NETiKA.Toolkit.Data.IDataList.RemoveGrouping | |
| NETiKA.Toolkit.Data.IDataList.RemoveTree | |
| NETiKA.Toolkit.Data.IDataList.TreeBy | |
| OnClear | This method will be called just before the collection of the DataCancellableCollectionBase is cleared. |
| OnClearComplete | This method will be called just after the collection of the DataCancellableCollectionBase has been cleared. |
| OnInsert | This method will be called just before an item is inserted in the DataCancellableCollectionBase. |
| OnInsertComplete | This method will be called just after an item has been inserted in the DataCancellableCollectionBase. |
| OnItemChanged | This method is called when the value of a property of an item is changed. |
| OnListChanged | |
| OnRemove | This method will be called just before an item is removed from the DataCancellableCollectionBase. |
| OnRemoveComplete | This method will be called just after an item has been removed in the DataCancellableCollectionBase. |
| OnSet | This method will be called just before an item is set in the DataCancellableCollectionBase. |
| OnSetComplete | This method will be called just after an item has been set in the DataCancellableCollectionBase. |
| OnValidate | This method is called during the validation of a value. It allows to define custom process. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| Remove | When implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from IList) |
| RemoveAt | Removes an item at a specified index of a DataCancellableCollectionBase. |
| RemoveFilter | |
| RemoveGrouping | |
| RemoveIndex | Inherited from INTKBindingList. |
| RemoveSort | Inherited from INTKBindingList. |
| RemoveTree | |
| System.Collections.ICollection.CopyTo | When implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index. |
| System.Collections.IList.Add | When implemented by a class, adds an item to the IList. |
| System.Collections.IList.Contains | When implemented by a class, determines whether the IList contains a specific value. |
| System.Collections.IList.IndexOf | When implemented by a class, determines the index of a specific item in the IList. |
| System.Collections.IList.Insert | When implemented by a class, inserts an item to the IList at the specified position. |
| System.Collections.IList.Remove | When implemented by a class, removes the first occurrence of a specific object from the IList. |
| System.Collections.IList.this[] | When implemented by a class, gets or sets an item to the IList. |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
| TreeBy | Inherited from IDataList. |
| this[] | When implemented by a class, gets or sets an item to the IList. (Inherited from IList) |