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

TdxBarItemLinks Properties
Show Inherited Hide Inherited

TdxBarItemLinks represents a collection of TdxBarItemLink elements in bar controls or subitems.
Name Description
AvailableItemCount Returns the number of items in the AvailableItems array.
AvailableItems Presents an indexed array of TdxBarItemLink elements with items that may be placed onto a toolbar.
BarControl Specifies the bar control that owns the item control specified in the TdxBarItemLink object.
BarManager Specifies the TdxBarManager to which a given TdxBarItemLinks object belongs.
CanVisibleItemCount Returns the number of items in the CanVisibleItems array.
CanVisibleItems Presents an indexed array of TdxBarItemLink elements with visible and potential items.
Capacity Inherited from TCollection.
Count Inherited from TCollection.
ItemClass Inherited from TCollection.
ItemOptions Provides access to display settings of links contained within this collection.
Items Provides zero-based indexed access to TdxBarItemLink elements.
Owner Returns the owner of a given TdxBarItemLinks object.
RealVisibleItemCount Returns the number of visible item links belonging to a given item links collection.
UpdateCount Inherited from TCollection.
VisibleItemCount Returns the number of items in the VisibleItems array.
VisibleItems VisibleItems is an indexed array of TdxBarItemLink elements with visible items.
See Also