Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxColorComboBoxItems Methods
Show Inherited Hide Inherited

Holds the collection of items displayed by color combo box controls.
Name Description
Add
AddColor(TColor,string) Adds a new item with the specified color and description.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Inherited from TCollection.
CancelUpdate
Clear Inherited from TCollection.
ClearAndResetID Inherited from TCollection.
ClearCustom Removes all the items which represent custom colors within the color combo box.
ClearNonCustom Removes all the items which represent non-custom colors within the color combo box.
Delete(Integer) Inherited from TCollection.
EndUpdate Inherited from TCollection.
Equals(TObject) Inherited from TObject.
FindColorItem(TColor) Returns an item representing a specified color.
FindItemID(Integer) Inherited from TCollection.
GetColorByIndex(Integer,TColor) Gets the color represented by the item at the specified index.
GetHashCode Inherited from TObject.
GetIndexByColor(TColor) Gets the index of the item representing a specified color.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Insert(Integer)
InsertColor(Integer,TColor,string) Inserts an item with the specified color and description within the collection.
Move(Integer,Integer)
Owner
Sort(IComparer<TCollectionItem>) Inherited from TCollection.
ToString Inherited from TObject.
See Also