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.v19.2.dll

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