Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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