DXListView.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 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.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 DXListView item. |
Remarks
You can also specify the target Page class name via the DXListView.ItemNavigationTargetType property.
See Also