PopupMenu.ItemStyleSelector Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public StyleSelector ItemStyleSelector { get; set; }
#Property Value
Type | Description |
---|---|
Style |
A Style |
See Also