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

ASPxStaticEdit.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxStaticEdit.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public StaticEditClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
StaticEditClientSideEvents

A StaticEditClientSideEvents object which allows assigning handlers to the client-side events available to the ASPxStaticEdit.

Remarks

This property is a wrapper of the StaticEditProperties.ClientSideEvents property.

See Also