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

ASPxClientButtonEdit Class

Represents the client-side equivalent of the ASPxButtonEdit control.

Declaration

declare class ASPxClientButtonEdit extends ASPxClientButtonEditBase

Remarks

The ASPxClientButtonEdit object inherits the functionality implemented by its ancestor ASPxClientButtonEditBase object.

Note

The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.

<dx:ASPxButtonEdit ID="ASPxButtonEdit2" runat="server">
    <ClientSideEvents ButtonClick="OnButtonClick" />
    <Buttons>
        <dx:EditButton Text="AA">
        </dx:EditButton>
        <dx:EditButton Text="BB">
        </dx:EditButton>
    </Buttons>
</dx:ASPxButtonEdit>
See Also