Back to Devexpress

PopupMenu.ItemStyle Property

wpf-devexpress-dot-xpf-dot-bars-dot-popupmenu-cf9770af.md

latest1.3 KB
Original Source

PopupMenu.ItemStyle Property

Gets or sets the style applied to a BarItem object defined as the PopupMenu.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

PopupMenu Class

PopupMenu Members

DevExpress.Xpf.Bars Namespace