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

WindowsFormsSettings Properties

Provides appearance and behavior settings common to all DevExpress controls.
Name Description
AllowArrowDragIndicators static Gets or sets whether dragging-and-dropping columns/fields is indicated using arrow indicators. This is a static property.
AllowAutoFilterConditionChange static Gets or sets whether or not Data Grid and TreeList automatic filtering rows should display buttons that allow end-users to change the filtering condition.
AllowAutoScale static Gets or sets whether a control is scaled according to its scale factor (which is dependent on the monitor DPI setting). This is a static property.
AllowDefaultSvgImages static Gets or sets whether or not automatically generated UI elements (e.g., Grid context menu items) should display vector icons.
AllowDpiScale static Gets or sets whether or not DevExpress Skins can be scaled on high-DPI devices.
AllowFormSkins static Gets whether the form title bar skinning feature is enabled. This is a static property.
AllowHoverAnimation static Gets or sets whether animation on hovering objects is enabled. This is a static property.
AllowOverpanApplicationWindow static Gets or sets whether the window bounce (panning feedback) is enabled when an end-user tries to pan (scroll with the finger) beyond a control’s pannable area. This is a static property.
AllowPixelScrolling static Gets or sets whether smooth pixel-based scrolling is enabled for controls. This is a static property.
AllowRibbonFormGlass static Gets or sets whether or not all RibbonForms used within this app should use the Windows 7 Aero effect.
AllowSkinEditorAttach static Gets or sets whether or not you can use this application to preview custom skins in WinForms Skin Editor.
AllowWindowGhosting static Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects. This is a static property.
AnimationMode static Gets or sets whether DevExpress controls animate end-user operations (expand/collapse, tab switch, sorting, etc.). This is a static (shared in VB) property.
AutoCorrectForeColor static Gets or sets whether UI elements should automatically adjust their foreground colors when these elements use DX Skin Colors for backgrounds. This behavior ensures the foreground color has enough contrast against the background to improve readability.
BackgroundSkinningMode static Gets or sets what colors assigned to AppearanceObject.BackColor or AppearanceObject.BorderColor properties can blend with skin element bitmaps.
ColumnAutoFilterMode static Allows you to restore default filtering conditions for all Data Grid auto-filter rows to their 16.2 versions.
ColumnFilterPopupMode static Gets or sets the default display mode of column filter dropdowns in all GridControls, TreeLists and PivotGridControls in the current application.
CustomizationFormSnapMode static Gets or sets whether or not customization forms can stick to each other, parent forms or screen edges.
DefaultAllowHtmlDraw static Indicates whether HTML text formatting is enabled for controls by default. This is a static property.
DefaultFont static Gets or sets the default font for DevExpress controls (except menus and toolbars). This is a static property.
DefaultLookAndFeel static Gets the default UserLookAndFeel object which is used for painting controls. This is a static property.
DefaultMenuFont static Gets and sets the default font used to display text on menus, toolbars and popup menus (except Ribbon elements). This is a static property.
DefaultPrintFont static Gets or sets the default text font for printing. This is a static property.
DefaultRibbonStyle static Gets or sets the default style for all RibbonControls in the application.
DisableAccessibility static Gets or sets whether DevExpress controls’ accessibility features (interaction with accessibility tools, e.g., MS Narrator) is disabled. This is a static property, and thus it affects all controls in your application.
DockingViewStyle static Gets or sets the style for all DockManager and DocumentManager panels in this application.
DragScrollThumbBeyondControlMode static Gets or sets whether the scroll bar thumb restores its previous position or keeps the terminal position when it is dragged beyond a control. This is a static property.
DragScrollThumbBeyondControlThreshold static Gets or sets the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. This property is in effect in the RestoreThumbPosition mode. This is a static property.
FindPanelBehavior static Gets or sets whether records that do not match a query in the Find Panel are hidden.
FocusRectStyle static Gets or sets the style of dashed lines to paint focus rectangles. This is a static property.
FontBehavior static Gets or sets the behavior specifying fonts used by DevExpress and standard .Net controls. This is a static property. Setting this property modifies the WindowsFormsSettings.DefaultFont property.
FormThickBorder static Gets or sets whether all XtraForm and RibbonForm forms in the application should display increased borders.
InplaceEditorUpdateMode static

Gets or sets edit value update mode for BarEditItems which display inplace editors in bars (see Bar Manager) and Ribbon controls. This property is supported for a limited set of inplace editors. See the Remarks section for more information.

IsAllowPixelScrolling static

Gets whether smooth pixel-based scrolling is enabled for controls. This is a static property.

MdiFormThickBorder static Gets or sets whether all child MDI XtraForm and RibbonForm forms in the application should display increased borders.
PopupAnimation static Gets or sets the animation effects that follow expanding and collapsing popup menus.
PopupMenuStyle static Gets or sets whether the DevExpess controls’ built-in context menus are displayed in the classic rectangular or radial style. This is a static property.
PopupShadowStyle static Specifies the shadow style applied to all popup menus in this application.
PreferredDateTimeCulture static Gets or sets the culture settings used by date-time (calendar, scheduler, etc.) controls for month names, day abbreviations, and the first day of week.
RightToLeft static Gets or sets whether visual elements of DevExpress controls are aligned to support locales using right-to-left fonts. This is a static property.
RightToLeftLayout static Gets or sets whether right-to-left mirror placement is turned on.
ScrollUIMode static Gets or sets whether scrollbars are optimized for desktop or touch applications. This is a static (Shared in VB) property.
ShowTouchScrollBarOnMouseMove static Gets or sets whether a control’s scroll bars appear on screen when an end-user moves the mouse pointer over the scrollable content. This is a static property.
SmartMouseWheelProcessing static Gets or sets whether the mouse wheel scrolls the control that is currently hovered over with the mouse pointer or the control that is currently focused. This property is in effect for controls that reside within an XtraForm or RibbonForm. This is a static property.
SvgImageRenderingMode static Gets or sets the rendering quality of vector images.
ThickBorderWidth static Gets or sets the width of XtraForm and RibbonForm “thick” borders. Forms use thick borders when you enable the WindowsFormsSettings.FormThickBorder and\or WindowsFormsSettings.MdiFormThickBorder properties.
TouchScaleFactor static Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. This is a static property.
TouchUIMode static Gets or sets whether touch UI mode is enabled, in which controls automatically increase their size and the distance between some of their elements. This is a static property.
UseAdvancedFilterEditorControl static Specifies whether WinForms data-aware controls should use the advanced Filter Editor Control that features a single-tab interface and enhanced text criteria builder.
UseDXDialogs static Gets or sets whether DevExpress controls and components that display Open File, Save File and Folder Browser dialogs should display standard WinForms dialogs or their DevExpress counterparts (XtraOpenFileDialog, XtraSaveFileDialog, and XtraFolderBrowserDialog).
See Also