ButtonEdit.IsNeededKey(KeyEventArgs) Method
Returns a value that indicates whether the ButtonEdit control must handle the key event.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| e | KeyEventArgs | Event data. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Container controls (for example, the Data Grid or TreeList) call the IsNeededKey method to determine whether to pass a key event to the in-place editor or handle it as a navigation event.
See Also