Back to Devexpress

XtraPanel.KeyPress Event

windowsforms-devexpress-dot-xtraeditors-dot-xtrapanel-b3efed0b.md

latest1.9 KB
Original Source

XtraPanel.KeyPress Event

This member is not supported by the XtraPanel class.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event KeyPressEventHandler KeyPress
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event KeyPress As KeyPressEventHandler

Event Data

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

PropertyDescription
HandledGets or sets a value indicating whether the KeyPress event was handled.
KeyCharGets or sets the character corresponding to the key pressed.

See Also

XtraPanel Class

XtraPanel Members

DevExpress.XtraEditors Namespace