Skip to main content
Tab

ASPxGridCustomCommandButtonEventArgs.ButtonID Property

Gets the processed custom button’s identifier.

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 that specifies the value of the button’s GridCustomCommandButton.ID property.

See Also