Skip to main content

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

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