Skip to main content
A newer version of this page is available. .

CameraDeviceBase.IsBusy Property

Gets whether the video capture device is already in use in another application.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v19.2.dll

Declaration

[Browsable(false)]
public bool IsBusy { get; }

Property Value

Type Description
Boolean

true, the video capture device is already in use in another application; otherwise, false.

See Also