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

TdxStatusBarPanels Class

A collection of status bar panels.

#Declaration

Delphi
TdxStatusBarPanels = class(
    TCollection
)

#Remarks

At design time, you can access and configure status bar panels via the collection editor available for the Panels property of the TdxStatusBar or TdxRibbonStatusBar control. To invoke the collection editor, switch to the Object Inspector and click the ellipsis button next to the Panels property.

To access and customize the status bar panels at runtime, use the TCollection‘s standard methods and properties. For example, to add a new panel, call the Add method. If you wish to insert a new panel, call the Insert method. If you wish to access a particular panel in the collection, use the Items property.

#Inheritance

See Also