GrapeCity.Win.MultiRow Namespace : DropDownItemCollection Class |
For a list of all members of this type, see DropDownItemCollection members.
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. |