Skip to main content

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

Remarks

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

See Also