Skip to main content

ScrollingSettings.SetMinScrollValue(DependencyObject, Nullable<Double>) Method

Sets the value of the ScrollingSettings.MinScrollValue attached property for a specific object.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public static void SetMinScrollValue(
    DependencyObject obj,
    double? value
)

Parameters

Name Type Description
obj DependencyObject

The DependencyObject whose ScrollingSettings.MinScrollValue attached property is to be set.

value Nullable<Double>

The new value of the ScrollingSettings.MinScrollValue attached property for the specified object.

See Also