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

ASPxGridViewCustomButtonInitializer.ButtonID Property

Gets the processed custom button’s identifier.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.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