KeyGesture.Implicit(String to KeyGesture) Operator
In This Article
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public static implicit operator KeyGesture(string value)
#Parameters
Name | Type |
---|---|
value | String |
#Returns
Type |
---|
Key |
See Also