Skip to main content
A newer version of this page is available. .

XtraPanel.KeyPress Event

This member is not supported by the XtraPanel class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public event KeyPressEventHandler KeyPress

Event Data

The KeyPress event's data class is KeyPressEventArgs. The following properties provide information specific to this event:

Property Description
Handled Gets or sets a value indicating whether the KeyPress event was handled.
KeyChar Gets or sets the character corresponding to the key pressed.
See Also