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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default
String String.Empty
See Also