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.v25.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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