Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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