Skip to main content
A newer version of this page is available. .

CameraControl.ShowSettingsButton Property

Gets or sets whether the context button that invokes the Camera Settings form is displayed in the top right corner of the control. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool ShowSettingsButton { get; set; }

Property Value

Type Description
Boolean

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 right corner of the control. The button click invokes the Camera Settings form that allows an end-user to select the desired camera whenever multiple devices are plugged in and adjust the video settings (resolution, brightness, contrast, etc.).

Set the ShowSettingsButton property to false to hide this button.

To change the desired property from code, use the CameraControl.DeviceSettings property.

See Also