WindowsFormsSettings.ApplyDemoSettings() Method
In This Article
This method is called by DevExpress demos to apply specific settings. This is a static method.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Remarks
This method sets the WindowsFormsSettings.ScrollUIMode property to Touch and the WindowsFormsSettings.AllowPixelScrolling property to True.
See Also