wpf-devexpress-dot-xpf-dot-bars-dot-barsubitem-dca6c99c.md
Gets or sets the BarSubItem behavior when an end-user clicks an item within this BarSubItem‘s pop-up.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public PopupItemClickBehaviour ItemClickBehaviour { get; set; }
Public Property ItemClickBehaviour As PopupItemClickBehaviour
| Type | Description |
|---|---|
| DevExpress.Xpf.Bars.PopupItemClickBehaviour |
A DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator value that specifies the BarSubItem behavior when an end-user clicks an item within this BarSubItem‘s pop-up.
|
The BarSubItem object provides the following behavior types, depending on the corresponding DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator values:
See Also