Skip to main content

DeviceVideoSettings.ResetToDefaults() Method

Resets the video properties to their defaults.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v24.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