Back to Devexpress

WindowsFormsSettings.CompactUIMode Property

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

latest1.8 KB
Original Source

WindowsFormsSettings.CompactUIMode Property

Reduces control paddings and margins to display more information on-screen in data-intensive applications. You can enable this mode at design time in the Project Settings Page.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public static DefaultBoolean CompactUIMode { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Shared Property CompactUIMode As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

Specifies whether the Compact UI mode is enabled. The Default value is equal to False.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace