Back to Devexpress

GridView.ShowEditorByKeyPress(KeyPressEventArgs) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-dot-showeditorbykeypress-x28-system-dot-windows-dot-forms-dot-keypresseventargs-x29.md

latest2.7 KB
Original Source

GridView.ShowEditorByKeyPress(KeyPressEventArgs) Method

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void ShowEditorByKeyPress(
    KeyPressEventArgs e
)
vb
Public Overrides Sub ShowEditorByKeyPress(
    e As KeyPressEventArgs
)

Parameters

NameTypeDescription
eKeyPressEventArgs

A System.Windows.Forms.KeyPressEventArgs object.

|

Remarks

The ShowEditorByKeyPress method is overridden to implement additional actions related to the Edit Form. For basic information on the method, see BaseView.ShowEditorByKeyPress.

See Also

GridView.ShowEditorByKey

GridView.ShowEditorByMouse

ShowEditorByKeyPress(KeyPressEventArgs)

BaseView.ShowEditorByKey

BaseView.ShowEditorByMouse

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace