Skip to main content

DXGridView.ItemNavigationTargetTypeBinding Property

Gets or sets a binding that allows you to specify the name of the Page class to be opened when an end-user clicks a DXGridView item.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public BindingBase ItemNavigationTargetTypeBinding { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Data.BindingBase

The binding that allows you to specify the name of the Page class to be opened when an end-user clicks a DXGridView item.

Remarks

You can also specify the target Page class name via the DXGridView.ItemNavigationTargetType property.

See Also