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

CameraDeviceBase.IsRunning Property

Gets whether the device is currently capturing video.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

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

Property Value

Type Description
Boolean

true, if the device is currently capturing video; otherwise, false.

See Also