Back to Devexpress

DeleteKeyBehavior Enum

wpf-devexpress-dot-xpf-dot-grid-4a2d8391.md

latest1.1 KB
Original Source

DeleteKeyBehavior Enum

Lists actions executed when a user presses the Delete key.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum DeleteKeyBehavior
vb
Public Enum DeleteKeyBehavior

Members

NameDescription
None

No action.

| | DeleteSelectedRows |

Executes the DeleteSelectedRows command.

| | DeleteFocusedRow |

Executes the DeleteFocusedRow command.

|

The following properties accept/return DeleteKeyBehavior values:

See Also

DevExpress.Xpf.Grid Namespace