ScrollingSettings.SetIsManipulationEnabled(DependencyObject, Boolean) Method
Sets the value of the ScrollingSettings.IsManipulationEnabled attached property for a specific object.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | The DependencyObject whose ScrollingSettings.IsManipulationEnabled attached property is to be set. |
value | Boolean | The new value of the ScrollingSettings.IsManipulationEnabled attached property for the specified object. |
See Also