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

ScrollingSettings.GetIsManipulationEnabled(DependencyObject) Method

Gets the value of the ScrollingSettings.IsManipulationEnabled attached property.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public static bool GetIsManipulationEnabled(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

The DependencyObject to which the property is attached.

Returns

Type Description
Boolean

true, if manipulation of the NavBarControl contents is enabled; otherwise, false.

See Also