Back to Devexpress

WindowsFormsSettings.ApplyDemoSettings() Method

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-a8eb6d79.md

latest1.5 KB
Original Source

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

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

Declaration

csharp
public static void ApplyDemoSettings()
vb
Public Shared Sub ApplyDemoSettings

Remarks

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

See Also

ScrollUIMode

AllowPixelScrolling

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace