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

TdxTileBarItemPopupOptions Class

Stores settings of the control displayed in response to clicking the tile’s drop-down button.

#Declaration

Delphi
TdxTileBarItemPopupOptions = class(
    TcxOwnedPersistent
)

#Remarks

This class extends its ancestor with properties that allow you to:

  • Assign a control displayed by the tile when its drop-down button is clicked (PopupControl);

  • Specify the parent color for the control displayed by the tile (Color);

  • Customize the appearance of borders outlining the control displayed by the tile (BorderColor, BorderHeight, and BorderWidth);

  • Identify the current tile and its tile bar control (BarItem and TileBar).

Note that the control borders are scaled automatically in DPI-aware applications in response to monitor DPI changes.

A TdxTileBarItemPopupOptions object is referenced by the tile item’s PopupOptions property.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxTileBarItemPopupOptions
See Also