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

ASPxGridViewContextMenuItemClickEventArgs.ElementIndex Property

Returns the processed element index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public int ElementIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the processed element index.

Remarks

The ElementIndex property value is dependent upon the ASPxGridViewContextMenuItemClickEventArgs.MenuType property value.

See Also