Back to Devexpress

CameraControl.DeviceNotFoundString Property

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-768446d4.md

latest1.9 KB
Original Source

CameraControl.DeviceNotFoundString Property

Gets or sets the notification displayed by the control if no capture device is found.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Options")]
public string DeviceNotFoundString { get; set; }
vb
<DefaultValue("")>
<DXCategory("Options")>
Public Property DeviceNotFoundString As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the notification displayed by the control if no capture device is found.

|

Remarks

When the CameraControl cannot find any capture device, it displays the corresponding notification. The DeviceNotFoundString property allows you to provide a custom notification string. In the figure below you can see the notification displayed by default.

See Also

CameraDeviceNotFound

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace