Skip to main content

TdxCustomTileBar.OnPopupActivating Event

Enables you to prevent the popup control associated with a specified tile item from displaying.

Declaration

property OnPopupActivating: TdxTileControlItemAllowOperationEvent read; write;

Remarks

To prohibit display of the popup control displayed by a tile item passed as the AItem parameter, pass False as the AAllow parameter. To reference the current tile bar control in the OnPopupActivating event handler, use the Sender parameter.

See Also