Skip to main content

DataControlBase.ItemNavigationTargetType Property

Allows you to specify a page to be opened when an end-user clicks an item.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string ItemNavigationTargetType { get; set; }

Property Value

Type Description
String

A page to be opened when an end-user clicks an item.

Remarks

See the following example: Lesson 3 - Displaying Detail Page.

See Also