Skip to main content
A newer version of this page is available. .

DataControlBase.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.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

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.

Remarks

To learn more, see Lesson 3 - Displaying Detail Page.

See Also