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

ScrollingSettings.GetMinScrollValue(DependencyObject) Method

Gets the value of the ScrollingSettings.MinScrollValue property.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v19.1.dll

Declaration

public static double? GetMinScrollValue(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

The DependencyObject to which the property is attached.

Returns

Type Description
Nullable<Double>

A Double value that specifies the swipe sensitivity.

See Also