Skip to main content
All docs
V23.2

TreeListClientSideEvents.KeyUp Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.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