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

ASPxClientGridViewContextMenuItemClickEventArgs.objectType Property

Gets which grid element has been right clicked by the user.

Declaration

objectType: string

Property Value

Type Description
string

A String value that specifies the grid element.

Remarks

The objectType property can return the following strings.

Return value Descripion
row A data row has been right clicked
grouprow A group row has been right clicked
emptyrow A empty data row has been right clicked
footer A footer has been right clicked
header A column header has been right clicked
emptyheader An empty column header has been right clicked
grouppanel A group panel has been right clicked
See Also