Skip to main content
Tab

ASPxGridViewContextMenuItemClickEventArgs.ElementIndex Property

Returns the processed element index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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