Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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