Back to Devexpress

BarItemLinkHolderBase.ItemStyle Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkholderbase-bc50e3d2.md

latest1.4 KB
Original Source

BarItemLinkHolderBase.ItemStyle Property

Gets or sets the style applied to a BarItem object defined as the BarItemLinkHolderBase.ItemTemplate‘s content. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Style ItemStyle { get; set; }
vb
Public Property ItemStyle As Style

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Remarks

Target type: BarItem.

The ItemStyle property supports the MVVM design pattern. See MVVM Support to learn more.

See Also

BarItemLinkHolderBase Class

BarItemLinkHolderBase Members

DevExpress.Xpf.Bars Namespace