Skip to main content

TdxTileBarItem.PopupOptions Property

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

Declaration

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