Skip to main content
Bar

BarSplitButtonItemLink.ItemClickBehaviour Property

Gets or sets the BarSplitButtonItemLink behavior when an end-user clicks an item within this BarSplitButtonItemLink‘s pop-up.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public PopupItemClickBehaviour ItemClickBehaviour { get; set; }

Property Value

Type Description
DevExpress.Xpf.Bars.PopupItemClickBehaviour

A DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator value that specifies the BarSplitButtonItemLink behavior when an end-user clicks an item within this BarSplitButtonItemLink‘s pop-up.

Remarks

The BarSplitButtonItemLink object provides the following behavior types, depending on the corresponding DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator values:

See Also