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.v24.1.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