DataControlBase.ItemNavigationMode Property
In This Article
Gets or sets whether a single or double tap is needed to navigate to an item.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
The ItemNavigationMode property specifies which action an end-user performs to navigate to an item. The Tap property value corresponds to single tap and the DoubleTap property value corresponds to double-tap.
See Also