Skip to main content

CameraDeviceBase.Name Property

Gets the UI display name of the video capture device.

Namespace: DevExpress.Data.Camera

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

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