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

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

Declaration

public static void ApplyDemoSettings()

Remarks

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

See Also