Skip to main content

WindowsFormsSettings.ApplyDemoSettings() Method

This method is called by DevExpress demos to apply specific settings. This is a static method.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static void ApplyDemoSettings()

Remarks

This method sets the WindowsFormsSettings.ScrollUIMode property to Touch and the WindowsFormsSettings.AllowPixelScrolling property to True.

See Also