ButtonEditClickEventArgs.ButtonIndex Property
Gets the index of the clicked button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value representing the index of the clicked button within the editor’s ASPxButtonEditBase.Buttons collection. |
See Also