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

DeviceVideoSettings.ResetToDefaults() Method

Resets the video properties to their defaults.

Namespace: DevExpress.Data.Camera

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public void ResetToDefaults()

Remarks

For each video property contained in the current DeviceVideoSettings object, the ResetToDefaults method assigns the DeviceVideoProperty.Default property value to the DeviceVideoProperty.Value property.

See Also