ASPxButton.OnClientClick Property
In This Article
OBSOLETE
Use the Client
Gets or sets a value indicating whether a button is clicked on the client.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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. |
See Also