Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Options")]
public string DeviceNotFoundString { get; set; }

Property Value

Type Default Description
String String.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.

CameraControl_DeviceNotFoundString

See Also