Back to Devexpress

ButtonEditProperties.ClientSideEvents Property

aspnet-devexpress-dot-web-dot-buttoneditproperties-2467082e.md

latest1.8 KB
Original Source

ButtonEditProperties.ClientSideEvents Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ButtonEditClientSideEvents ClientSideEvents { get; }
vb
Public ReadOnly Property ClientSideEvents As ButtonEditClientSideEvents

Property Value

TypeDescription
ButtonEditClientSideEvents

An object that allows you to handle the editor’s client-side events.

|

Remarks

The returned object contains properties whose names correspond to the events available to the ASPxButtonEdit editor on the client side. These properties give you the ability to assign handling JavaScript functions to the editor’s required client-side events.

Note

The ClientSideEvents property synchronizes its value with the editor’s ASPxButtonEdit.ClientSideEvents property.

See Also

Client-Side Events

ButtonEdit

ButtonEditProperties Class

ButtonEditProperties Members

DevExpress.Web Namespace