Skip to main content

CameraDeviceInfo.ToString() Method

Returns 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

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