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

TdxTileBarItem.PopupOptions Property

Provides access to settings of the popup control associated with the tile item.

#Declaration

Delphi
property PopupOptions: TdxTileBarItemPopupOptions read; write;

#Property Value

Type
TdxTileBarItemPopupOptions

#Remarks

Use the PopupOptions.PopupControl property to assign a control displayed by the tile item when its drop-down button is clicked. You can use other options provided by the PopupOptions property set to customize the appearance of the popup control associated with the current tile. For additional information on popup control settings, refer to the TdxTileBarItemPopupOptions class description.

See Also