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

DeviceVideoProperty.ResetToDefault() Method

Resets the video property value to its default.

Namespace: DevExpress.Data.Camera

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

NuGet Package: DevExpress.Data.Desktop

Declaration

public void ResetToDefault()

Remarks

The ResetToDefault method assigns the DeviceVideoProperty.Default property value to the DeviceVideoProperty.Value property.

See Also