Skip to main content

ASPxClientButtonEditBase Class

Represents a base for client button editor objects.

#Declaration

TypeScript
declare class ASPxClientButtonEditBase extends ASPxClientTextBoxBase

#Remarks

This object serves as the base for client editors which implements the button editor functionality allowing them to contain a number of edit buttons.

In addition to the common functionality inherited from its ancestors, the ASPxClientButtonEditBase object allows you to respond to clicks on its buttons (ASPxClientButtonEditBase.ButtonClick).

See Also