Skip to main content
All docs
V18.2

LayoutControlItem.ContextButtonClick Event

Allows you to respond to a click on a context button.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[Browsable(false)]
public event ContextItemClickEventHandler ContextButtonClick

Event Data

The ContextButtonClick event's data class is DevExpress.Utils.ContextItemClickEventArgs.

Remarks

See LayoutControlItem.ContextButtons for details.

See Also