Represents a collection of the items that are displayed in the NTKMultiValuesTextBox control.
public class TextItemCollection: DataCollectionBase, IDisposable
The following table lists the members exposed by the TextItemCollection object. Click a tab on the left to choose the type of member you want to view.
Methods
Method Description Add Adds a TextItem to a TextItemCollection. Clear Clears the all items in the DataCollectionBase. (Inherited from DataCollectionBase) Contains Determines whether a TextItemCollection contains a specific TextItem. CreateNewItem Overriden. 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. Dispose Overloaded. Equals Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) GetEnumerator Returns an enumerator that can iterate through the DataCollectionBase. (Inherited from DataCollectionBase) 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) GetPropertyDescriptorCollection Overriden. 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 Inherited from DataCollectionBase. GetType Gets the Type of the current instance. (Inherited from Object) IndexOf Determines the index of a specific TextItem in a TextItemCollection. Insert Inserts a TextItem into a TextItemCollection a the specified index. Match This method is used by the DataCollectionBase during the find process. (Inherited from DataCollectionBase) NETiKA.Toolkit.ComponentModel.INTKBindingList.AddIndex Inherited from DataCollectionBase. NETiKA.Toolkit.ComponentModel.INTKBindingList.AddNew Inherited from DataCollectionBase. NETiKA.Toolkit.ComponentModel.INTKBindingList.ApplySort Inherited from DataCollectionBase. NETiKA.Toolkit.ComponentModel.INTKBindingList.Find Inherited from DataCollectionBase. NETiKA.Toolkit.ComponentModel.INTKBindingList.RemoveIndex Inherited from DataCollectionBase. NETiKA.Toolkit.ComponentModel.INTKBindingList.RemoveSort Inherited from DataCollectionBase. NETiKA.Toolkit.ComponentModel.INTKTypedList.GetItemProperties Inherited from DataCollectionBase. NETiKA.Toolkit.ComponentModel.INTKTypedList.GetListName Inherited from DataCollectionBase. NETiKA.Toolkit.Data.IDataList.ApplyFilter Applies the filter to the DataCollectionBase. (Inherited from DataCollectionBase) NETiKA.Toolkit.Data.IDataList.CollapseAllNodes Inherited from DataCollectionBase. NETiKA.Toolkit.Data.IDataList.ExpandAllNodes Inherited from DataCollectionBase. NETiKA.Toolkit.Data.IDataList.Find Finds an object in the DataCollectionBase with a specified item. (Inherited from DataCollectionBase) NETiKA.Toolkit.Data.IDataList.GroupBy Inherited from DataCollectionBase. NETiKA.Toolkit.Data.IDataList.RemoveFilter Removes any filter applied to the DataCollectionBase. (Inherited from DataCollectionBase) NETiKA.Toolkit.Data.IDataList.RemoveGrouping Inherited from DataCollectionBase. NETiKA.Toolkit.Data.IDataList.RemoveTree Inherited from DataCollectionBase. NETiKA.Toolkit.Data.IDataList.TreeBy Inherited from DataCollectionBase. OnClear Overriden. This method will be called just before the collection of the DataCollectionBase is cleared. OnClearComplete Overriden. This method will be called just after the collection of the DataCollectionBase has been cleared. OnDefaultTextItemChanged Raises the DefaultTextItemChanged event. OnInsert Overriden. This method will be called just before an item is inserted in the DataCollectionBase. OnInsertComplete Overriden. This method will be called just after an item has been inserted in the DataCollectionBase. OnItemChanged This method is called when the value of a property of an item is changed. (Inherited from DataCollectionBase) OnItemIsDirtyChanged Raises the ItemIsDirtyChanged event. OnItemNameChanged Raises the ItemNameChanged event. OnItemNameStyleChanged Raises the ItemNameStyleChanged event. OnItemValueStyleChanged Raises the ItemValueStyleChanged event. OnListChanged Inherited from DataCollectionBase. OnRemove Overriden. This method will be called just before an item is removed from the DataCollectionBase. OnRemoveComplete Overriden. This method will be called just after an item has been removed in the DataCollectionBase. OnSet Overriden. This method will be called just before an item is set in the DataCollectionBase. OnSetComplete Overriden. This method will be called just after an item has been set in the DataCollectionBase. OnTextChanged Raises the ItemTextChanged event. OnTextChanging Raises the ItemTextChanging event. OnValidate Overriden. 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 Removes a specified TextItem from a TextItemCollection. RemoveAt Removes an item at a specified index of a DataCollectionBase. (Inherited from DataCollectionBase) RemoveFilter Inherited from DataCollectionBase. RemoveGrouping Inherited from DataCollectionBase. RemoveTree Inherited from DataCollectionBase. System.Collections.ICollection.CopyTo When implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index. (Inherited from DataCollectionBase) System.Collections.IList.Add When implemented by a class, adds an item to the IList. (Inherited from DataCollectionBase) System.Collections.IList.Contains When implemented by a class, determines whether the IList contains a specific value. (Inherited from DataCollectionBase) System.Collections.IList.IndexOf When implemented by a class, determines the index of a specific item in the IList. (Inherited from DataCollectionBase) System.Collections.IList.Insert When implemented by a class, inserts an item to the IList at the specified position. (Inherited from DataCollectionBase) System.Collections.IList.Remove When implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from DataCollectionBase) System.Collections.IList.this[] When implemented by a class, gets or sets an item to the IList. (Inherited from DataCollectionBase) TextItemCollection Initializes a new instance of TextItemCollection. ToString Returns a String that represents the current Object. (Inherited from Object) this[] Overloaded. Specifies the value associated with the specified key. Properties
Events
Event Description CollectionCleared Appears when the collection has been cleared. (Inherited from DataCollectionBase) CollectionClearing Appears when the collection is being cleared. (Inherited from DataCollectionBase) DefaultTextItemChanged Appears when the DefaultTextItem property of the TextItemCollection has been changed. ItemInserted Appears when an item has been inserted in a DataCollectionBase. (Inherited from DataCollectionBase) ItemInserting Appears when an item is being inserted in a DataCollectionBase. (Inherited from DataCollectionBase) ItemIsDirtyChanged Appears when the IsDirty property of the TextItem of a TextItemCollection has been changed. ItemNameChanged Appears when the Name property of the TextItem of a TextItemCollection has been changed. ItemNameStyleChanged Appears when the NameStyle property of the TextItem of a TextItemCollection has been changed. ItemRemoved Appears when an item has been removed in a DataCollectionBase. (Inherited from DataCollectionBase) ItemRemoving Appears when an item is being removed in a DataCollectionBase. (Inherited from DataCollectionBase) ItemSetted Appears when an item has been set in a DataCollectionBase. (Inherited from DataCollectionBase) ItemSetting Appears when an item is being set in a DataCollectionBase. (Inherited from DataCollectionBase) ItemTextChanged Appears when the Text property of the TextItem of a TextItemCollection has been changed. ItemTextChanging Appears when the Text property of the TextItem of a TextItemCollection is being changed. ItemValueChanged Appears when the value of an item of a DataCollectionBase has been changed. (Inherited from DataCollectionBase) ItemValueStyleChanged Appears when the ValueStyle property of the TextItem of a TextItemCollection has been changed. NETiKA.Toolkit.ComponentModel.INTKBindingList.ListChanged Inherited from DataCollectionBase. TextItemAdded Appears when a TextItem has been added in the TextItemCollection. TextItemRemoved Appears when a TextItem has been removed in the TextItemCollection. TextItemValueSet Appears when the value of a TextItem has been set in the TextItemCollection.
ObjectDataCollectionBaseTextItemCollection
Namespace NETiKA.Toolkit.Forms Flash Library GOAToolkit.scl Flash Library Version 0.20.3.0 Silverlight Library GOAToolkit.dll
| © 2003-2007 NETiKA Technologies. All rights reserved. |