Back to Devexpress

TdxCustomTileBar.OnPopupActivating Event

vcl-dxtilebar-dot-tdxcustomtilebar-e98441cd.md

latest783 B
Original Source

TdxCustomTileBar.OnPopupActivating Event

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

Declaration

delphi
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

TdxCustomTileBar.OnPopupDeactivating

TdxCustomTileBar Class

TdxCustomTileBar Members

dxTileBar Unit