ButtonClientSideEventsBuilder.CheckedChanged(String) Method
In This Article
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.CheckedChanged event.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public ButtonClientSideEventsBuilder CheckedChanged(
string checkedChanged
)
#Parameters
Name | Type |
---|---|
checked |
String |
#Returns
Type |
---|
Button |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also