Skip to main content

CameraControl.ShowSettingsButton Property

Gets or sets whether the context button that invokes the Camera Settings form is displayed in the top far corner of the control.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowSettingsButton { get; set; }

Property Value

Type Default Description
Boolean true

true if the context button that invokes the Camera Settings form is displayed; otherwise, false.

Remarks

By default, when the ShowSettingsButton property is set to true, the CameraControl displays the Settings button in the top far corner. The button click invokes the Camera Settings form that allows an end-user to select the capture device and adjust the video settings (resolution, contrast, brightness, etc.). Set the ShowSettingsButton property to false to hide this button.

In code, you can invoke the Camera Settings form by calling the CameraControl.ShowSettingsForm method.

Note

The selected camera resolution is not persisted between application runs.

See Also