CheckEditSettings.IsToggleCheckGesture(Key) Method
Indicates whether pressing the specified key changes the editor’s state.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | Key | A Key object that is a key to be checked. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified key changes the editor’s state; otherwise, false . |
Remarks
Use the IsToggleCheckGesture property to check whether pressing the specified key changes the editor’s state.
See Also