Back to Devexpress

BaseView.ShowEditorByKeyPress(KeyPressEventArgs) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-showeditorbykeypress-x28-system-dot-windows-dot-forms-dot-keypresseventargs-x29.md

latest2.1 KB
Original Source

BaseView.ShowEditorByKeyPress(KeyPressEventArgs) Method

Activates an editor for the focused row cell and passes a specific key to it.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public virtual void ShowEditorByKeyPress(
    KeyPressEventArgs e
)
vb
Public Overridable Sub ShowEditorByKeyPress(
    e As KeyPressEventArgs
)

Parameters

NameTypeDescription
eKeyPressEventArgs

A KeyPressEventArgs object identifying the key to be passed to the inplace editor.

|

Remarks

This method’s functionality is similar to that of the BaseView.ShowEditorByKey method.

See Also

ShowEditorByKey(KeyEventArgs)

ShowEditorByMouse

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace