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

CameraDeviceBase.Name Property

Gets the UI display name of the video capture device.

Namespace: DevExpress.Data.Camera

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

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

Declaration

[Browsable(false)]
public string Name { get; }

Property Value

Type Description
String

A String value that specifies the UI display name of the video capture device.

Remarks

The Name property returns the friendly name of the current video capture device, which is suitable for display in the UI.

See Also