Back to Devexpress

CameraControl.ContextButtons Property

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-8ef93f27.md

latest1.9 KB
Original Source

CameraControl.ContextButtons Property

Provides access to the collection of context buttons displayed in the control.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
public ContextItemCollection ContextButtons { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property ContextButtons As ContextItemCollection

Property Value

TypeDescription
ContextItemCollection

A ContextItemCollection object that represents the collection of context buttons displayed in the control.

|

Remarks

The ContextButtons property provides access to the collection of context buttons that are displayed in the CameraControl. For details, see the ContextItem class, which is the base class for the context buttons.

See Also

ContextButtonOptions

ContextButtonClick

ContextItem

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace