Back to Devexpress

ScrollBarExtensions.GetAllowShiftKeyMode(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-core-dot-scrollbarextensions-dot-getallowshiftkeymode-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.4 KB
Original Source

ScrollBarExtensions.GetAllowShiftKeyMode(DependencyObject) Method

Gets the value of the ScrollBarExtensions.AllowShiftKeyMode attached property for the specified ScrollBarExtensions.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool GetAllowShiftKeyMode(
    DependencyObject d
)
vb
Public Shared Function GetAllowShiftKeyMode(
    d As DependencyObject
) As Boolean

Parameters

NameType
dDependencyObject

Returns

Type
Boolean

See Also

ScrollBarExtensions Class

ScrollBarExtensions Members

DevExpress.Xpf.Core Namespace