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.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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