Skip to main content

DXListView.ItemNavigationTargetParameterBinding Property

Gets or sets a binding that defines a parameter to be passed to the target page, invoked when clicking an item.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public BindingBase ItemNavigationTargetParameterBinding { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Data.BindingBase

A binding that defines a parameter to be passed to the target page, invoked when clicking an item.

See Also