ASPxGridCustomButtonCallbackEventArgs.VisibleIndex Property
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.1.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