Back to Devexpress

BarItemLinkBase.UseLightweightTemplates Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-f65443eb.md

latest1.4 KB
Original Source

BarItemLinkBase.UseLightweightTemplates Property

Gets or sets whether to enable optimized mode for this link. 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
Nullable<Boolean>true

true to enable optimized mode for this link; otherwise, false.

|

Remarks

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

See Also

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace