Skip to main content

TdxFlyoutPanel Class

Contains flyout panel settings for a callout popup control.

Declaration

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