Skip to main content

DeviceVideoSettings.ColorEnable Property

Provides access to the video property that specifies the color enable setting.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public DeviceVideoProperty ColorEnable { get; }

Property Value

Type Description
DeviceVideoProperty

A DeviceVideoProperty object that is the video property specifying the color enable setting.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ColorEnable
WinForms Controls CameraControl
.VideoSettings .ColorEnable
WPF Controls CameraControl
.DeviceSettings .ColorEnable
See Also