Back to Devexpress

TdxCustomTileBar.OnPopupDeactivating Event

vcl-dxtilebar-dot-tdxcustomtilebar-f3e64017.md

latest782 B
Original Source

TdxCustomTileBar.OnPopupDeactivating Event

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

Declaration

delphi
property OnPopupDeactivating: TdxTileControlItemAllowOperationEvent read; write;

Remarks

To prohibit closing 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 OnPopupDeactivating event handler, use the Sender parameter.

See Also

TdxCustomTileBar.OnPopupActivating

TdxCustomTileBar Class

TdxCustomTileBar Members

dxTileBar Unit