CameraControl.ContextButtonCustomize Event
Allows you to customize the context buttons.
Namespace: DevExpress.XtraEditors.Camera
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public event CameraContextButtonCustomizeEventHandler ContextButtonCustomize
Event Data
The ContextButtonCustomize event's data class is DevExpress.XtraEditors.Camera.CameraContextButtonCustomizeEventArgs.
Remarks
The ContextButtonCustomize event fires for each button in the CameraControl.ContextButtons collection before the CameraControl is displayed, allowing you to customize the context buttons. The CameraContextButtonCustomizeEventArgs.Item property returns the button being processed.
See Also