Skip to main content
Tab

ASPxGridCustomButtonCallbackEventArgs.ButtonID Property

Gets a value that identifies the clicked custom button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ButtonID { get; }

Property Value

Type Description
String

A String value that identifies the custom button.

Remarks

The ButtonID property returns the value of the custom button’s GridCustomCommandButton.ID property. If this property isn’t specified, the ButtonID property returns the GridCustomCommandButton.Text property’s value.

See Also