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

TdxRibbonBackstageViewGalleryGroups Members

A collection of Ribbon Backstage View gallery groups.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TComponent,TcxComponentCollectionItemClass) Initializes a new instance of the TcxComponentCollection class with specified settings. Inherited from TcxComponentCollection.

#Properties
Show Inherited Hide Inherited

Name Description
Count Gets the number of elements in the collection. Inherited from TcxComponentCollection.
Groups Provides zero-based indexed access to gallery groups contained within the collection.
Items Provides indexed access to the collection elements. Inherited from TcxComponentCollection.
ParentComponent Inherited from TcxComponentCollection.

#Methods
Show Inherited Hide Inherited

Name Description
Add Creates a new gallery group and appends it to the current collection.
Add(TcxComponentCollectionItemClass) Creates a new TcxComponentCollectionItem instance and appends it to the collection. Inherited from TcxComponentCollection.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Acquires a lock on the collection. Inherited from TcxComponentCollection.
Clear Deletes all the TcxComponentCollectionItem instances from the collection and destroys them. Inherited from TcxComponentCollection.
CustomSort(TcxComponentCollectionSortCompareFunc) Inherited from TcxComponentCollection.
Delete(Integer) Removes the specified TcxComponentCollectionItem instance from the collection and destroys it. Inherited from TcxComponentCollection.
EndUpdate(Boolean) Releases a lock and updates the collection. Inherited from TcxComponentCollection.
Equals(TObject) Inherited from TObject.
FindByCaption(string,TdxGalleryGroup) Searches the collection for a group with a specified caption. Inherited from TdxGalleryGroups.
FindByCaption(string,TdxGalleryControlGroup) Searches the collection for a group with a specified caption. Inherited from TdxGalleryControlGroups.
FindByCaption(string,TdxRibbonBackstageViewGalleryGroup) Searches the collection for a gallery group with a specified caption.
FindItemByID(Integer) Returns a reference to a collection element, by its unique identifier. Inherited from TcxComponentCollection.
GetGroupAtPos(TPoint) Searches visible gallery groups of the current collection for a gallery group located at a specified point. Inherited from TdxGalleryControlGroups.
GetHashCode Inherited from TObject.
GetItemAtPos(TPoint) Searches visible gallery groups of the current collection for a gallery item located at a specified point.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IndexOf(TcxComponentCollectionItem) Returns the zero-based index of a specified item within the collection. Inherited from TcxComponentCollection.
Insert(Integer) Creates a new TcxComponentCollectionItem instance and inserts it into the collection at the position specified by the zero-based AIndex parameter. Inherited from TcxComponentCollection.
Remove(TcxComponentCollectionItem) Removes a specified item from the collection. Inherited from TcxComponentCollection.
ToString Inherited from TObject.
Update(TcxComponentCollectionItem,TcxComponentCollectionNotification) protected Updates a collection to reflect any changes made. Inherited from TcxComponentCollection.

#Events
Show Inherited Hide Inherited

Name Description
OnChange Inherited from TcxComponentCollection.
See Also