ASPxGridCustomButtonCallbackEventArgs.ButtonID Property
Gets a value that identifies the clicked custom button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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