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

DeviceVideoProperty.Name Property

Gets the name of the video property.

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 name of the video property.

See Also