Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public static void SetIsManipulationEnabled(
    DependencyObject obj,
    bool value
)

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