XtraPanel.KeyPress Event
In This Article
This member is not supported by the XtraPanel class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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 Key |
Key |
Gets or sets the character corresponding to the key pressed. |
See Also