Skip to main content

CameraDeviceBase.DeviceMoniker Property

Gets the string representation of the moniker for the current 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 DeviceMoniker { get; }

Property Value

Type Description
String

A String value that specifies the string representation of the moniker for the current device.

See Also