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

ButtonEditClickEventArgs.ButtonIndex Property

Gets the index of the clicked button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public int ButtonIndex { get; }

Property Value

Type Description
Int32

An integer value representing the index of the clicked button within the editor’s ASPxButtonEditBase.Buttons collection.

See Also