Back to Devexpress

ScrollBarExtensions.SetAllowShiftKeyMode(DependencyObject, Boolean) Method

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

latest1.5 KB
Original Source

ScrollBarExtensions.SetAllowShiftKeyMode(DependencyObject, Boolean) Method

Sets the value of the ScrollBarExtensions.AllowShiftKeyMode attached property to the specified ScrollBarExtensions.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetAllowShiftKeyMode(
    DependencyObject d,
    bool value
)
vb
Public Shared Sub SetAllowShiftKeyMode(
    d As DependencyObject,
    value As Boolean
)

Parameters

NameType
dDependencyObject
valueBoolean

See Also

ScrollBarExtensions Class

ScrollBarExtensions Members

DevExpress.Xpf.Core Namespace