ASPxGridCustomButtonCallbackEventArgs.VisibleIndex Property
In This Article
Gets the index of a data item (row, card or record) that contains the custom button currently being clicked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the button’s position among the command buttons. |
See Also