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

ASPxButton.OnClientClick Property

OBSOLETE

Use the ClientSideEvents.Click property instead.

Gets or sets a value indicating whether a button is clicked on the client.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the ClientSideEvents.Click property instead.", true)]
[DefaultValue("")]
public string OnClientClick { get; set; }

Property Value

Type Default
String String.Empty
See Also