Back to Devexpress

TcxSchedulerGridBuildInPopupMenu Class

vcl-cxschedulercxgridconnection-0fc11c4e.md

latest1.2 KB
Original Source

TcxSchedulerGridBuildInPopupMenu Class

The TcxSchedulerGridBuildInPopupMenu implements the pop-up menu that is invoked in the connected TcxGrid control.

Declaration

delphi
TcxSchedulerGridBuildInPopupMenu = class(
    TPersistent
)

Remarks

The TcxSchedulerGridBuildInPopupMenu provides features for embedding custom code to handle the pop-up menu items, and enable customization of the pop-up menu when it’s invoked.

The TcxSchedulerGridBuildInPopupMenu object is referenced by the TcxSchedulerGridConnection.GridPopupMenu property.

The following image shows the pop-up menu invoked in the grid control:

Inheritance

TObject TPersistent TcxSchedulerGridBuildInPopupMenu

See Also

TcxSchedulerGridBuildInPopupMenu Members

cxSchedulercxGridConnection Unit