Skip to main content
All docs
V23.2
Tab

GridClientSideEvents.KeyUp Property

Specifies a JavaScript function name or code that handles the client-side ASPxClientGridBase.KeyUp event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string KeyUp { get; set; }

Property Value

Type Default Description
String String.Empty

A JavaScript function name or code.

See Also