Skip to main content

CheckEditSettings.IsToggleCheckGesture(Key) Method

Indicates whether pressing the specified key changes the editor’s state.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsToggleCheckGesture(
    Key key
)

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