TdxTileBarItemPopupOptions Class
Stores settings of the control displayed in response to clicking the tile’s drop-down button.
Declaration
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