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.DockControlCount Property

Returns a count of the dock controls that belong to the current bar manager.

#Declaration

Delphi
property DockControlCount: Integer read;

#Property Value

Type
Integer

#Remarks

Use the DockControlCount property to get the total number of dock controls within the bar manager’s zero-based collection of dock controls.

To access a particular dock control use the bar manager’s DockControls property.

See Also