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

CameraDeviceInfo.ToString() Method

Returns 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

public override string ToString()

Returns

Type Description
String

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

Remarks

The CameraDeviceInfo class overrides the ToString method in order to return a friendly name, suitable for displaying in the UI, of the video capture device instead of the fully qualified type name.

See Also