Skip to main content
All docs
V18.2

LayoutControlItem.ContextButtonValueChanged Event

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[Browsable(false)]
public event ContextButtonValueChangedEventHandler ContextButtonValueChanged

Event Data

The ContextButtonValueChanged event's data class is DevExpress.Utils.ContextButtonValueEventArgs.

Remarks

See LayoutControlItem.ContextButtons for details.

See Also