Back to Devexpress

CompatibilitySettings.UseLightweightBarItems Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-407c22b8.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
public static bool UseLightweightBarItems { get; set; }
vb
Public Shared Property UseLightweightBarItems As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace