Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the button’s position among the command buttons.

See Also