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

TdxFlyoutPanel Class

Contains flyout panel settings for a callout popup control.

#Declaration

Delphi
TdxFlyoutPanel = class(
    TcxOwnedPersistent
)

#Remarks

Unlike a standard popup, a flyout panel stretches across the associated control and pops up aligned along one of its edges. This allows you to mimic auto-hide toolbars.

The TdxFlyoutPanel class introduces members that allow you to:

  • Switch between the standard and flyout panel display styles (Active).

  • Align the flyout panel along the associated control’s edge (Align).

A callout popup control’s FlyoutPanel property references a TdxFlyoutPanel object.

#Inheritance

See Also