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

TdxBarManager.DockControls Property

Returns a particular dock control in a bar manager’s collection of dock controls.

#Declaration

Delphi
property DockControls[Index: Integer]: TdxDockControl read;

#Property Value

Type
TdxDockControl

#Remarks

Use the DockControls property to access a particular dock control in the current bar manager’s zero-based collection of dock controls. The Index parameter specifies the dock control to be accessed.

To get a count of the dock controls within a collection of dock controls use the DockControlCount property.

See Also