BarManager.SetKeyGestureWorkingMode(DependencyObject, Nullable<KeyGestureWorkingMode>) Method
In This Article
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
public static void SetKeyGestureWorkingMode(
DependencyObject obj,
KeyGestureWorkingMode? value
)
#Parameters
Name | Type |
---|---|
obj | Dependency |
value | Nullable<DevExpress. |
See Also