DataControlBase.ItemNavigationMode Property
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.UI.Xaml.Grid.ItemNavigationMode | A DevExpress.UI.Xaml.Grid.ItemNavigationMode enumeration value. |
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