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

ASPxGridCustomCommandButtonEventArgs.ButtonID Property

Gets the processed custom button’s identifier.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string ButtonID { get; }

Property Value

Type Description
String

A string that specifies the value of the button’s GridCustomCommandButton.ID property.

See Also