Back to Devexpress

TdxTileBarItem.PopupOptions Property

vcl-dxtilebar-dot-tdxtilebaritem-593c9e43.md

latest1007 B
Original Source

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

TdxTileBarItem Class

TdxTileBarItem Members

dxTileBar Unit