wpf-devexpress-dot-xpf-dot-bars-dot-barsplitbuttonitem-680ad0d6.md
Gets or sets the BarSplitButtonItem behavior when an end-user clicks an item within this BarSplitButtonItem‘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 BarSplitButtonItem behavior when an end-user clicks an item within this BarSplitButtonItem‘s pop-up.
|
The BarSplitButtonItem object provides the following behavior types, depending on the corresponding DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator values:
See Also