GrapeCity.Win.MultiRow Namespace : DropDownItemCollection Class |
The following tables list the members exposed by DropDownItemCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
Item | Overloaded. Gets or sets the element with the specified name. (Inherited from GrapeCity.Win.MultiRow.NamedObjectCollection<DropDownItem>) |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<DropDownItem>) |
Name | Description | |
---|---|---|
ClearItems | Overridden. Removes all DropDownItem objects from the DropDownItemCollection. | |
InsertItem | Overridden. Inserts a DropDownItem into the DropDownItemCollection at the specified index. | |
RemoveItem | Overridden. Removes a DropDownItem at the specified index of the DropDownItemCollection. | |
SetItem | Overridden. Replaces a DropDownItem at the specified index. |