Skip to main content

DeviceVideoSettings.ResetToDefaults() Method

Resets the video properties to their defaults.

Namespace: DevExpress.Data.Camera

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

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