Skip to main content
A newer version of this page is available. .
Bar

PopupMenu.ItemStyleSelector Property

Gets or sets an object that chooses a style applied to PopupMenu items. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public StyleSelector ItemStyleSelector { get; set; }

Property Value

Type Description
StyleSelector

A StyleSelector descendant that applies a style based on custom logic.

See Also