Back to Devexpress

CameraControl.ShowSettingsButton Property

wpf-devexpress-dot-xpf-dot-editors-dot-cameracontrol.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowSettingsButton { get; set; }
vb
Public Property ShowSettingsButton As Boolean

Property Value

TypeDescription
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

CameraControl Class

CameraControl Members

DevExpress.Xpf.Editors Namespace