CameraControl.DeviceNotFoundString Property
In This Article
Gets or sets the notification displayed by the control if no capture device is found.
Namespace: DevExpress.XtraEditors.Camera
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue("")]
[DXCategory("Options")]
public string DeviceNotFoundString { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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