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

CompatibilitySettings.UseLightweightBarItems Property

Gets or sets whether optimized mode should be enabled for all items. This property should be set at the application’s startup before loading bar components.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool UseLightweightBarItems { get; set; }

Property Value

Type Description
Boolean

true to enable optimized mode for all items; otherwise false.

Remarks

Refer to the following breaking change ticket for more information on the UseLightweightBarItems compatibility property: BC4607.

See Also