DXListView.ItemNavigationTargetTypeBinding Property
In This Article
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 DXListView item.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Windows. |
The binding that allows you to specify the name of the Page class to be opened when an end-user clicks a DXList |
#Remarks
You can also specify the target Page class name via the DXListView.ItemNavigationTargetType property.
See Also