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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.