Back to Devexpress

DataViewBase.TouchScrollThreshold Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-80b2599d.md

latest1.0 KB
Original Source

DataViewBase.TouchScrollThreshold Property

Specifies the touch scroll threshold. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double TouchScrollThreshold { get; set; }
vb
Public Property TouchScrollThreshold As Double

Property Value

TypeDescription
Double

A touch scroll threshold (in pixels).

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace