Back to Devexpress

BarItem.UseLightweightTemplates Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritem-c13fa9ca.md

latest1.3 KB
Original Source

BarItem.UseLightweightTemplates Property

Gets or sets whether to enable optimized mode for all links created for this item. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool UseLightweightTemplates { get; set; }
vb
Public Property UseLightweightTemplates As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to enable optimized mode for all links created for this item; otherwise, false.

|

Remarks

Refer to the following help topic for more information: Lightweight Templates.

See Also

BarItem Class

BarItem Members

DevExpress.Xpf.Bars Namespace