Skip to main content
A newer version of this page is available. .
All docs
V21.1

UserLookAndFeel.CompactUIMode Property

This method supports internal infrastructure and is not intended for use in code.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v21.1.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual DefaultBoolean CompactUIMode { get; set; }

Property Value

Type Description
DefaultBoolean

 

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The default behavior determined by the control’s logic.

See Also