ASPxClientGridViewContextMenuEventArgs Class
Provides data for the ASPxClientGridView.ContextMenu event.
Declaration
declare class ASPxClientGridViewContextMenuEventArgs extends ASPxClientEventArgs
Remarks
The ASPxClientGridView.ContextMenu event is raised after an end-user has right clicked within the ASPxGridView, and enables a context menu to be displayed.
The ASPxClientGridViewContextMenuEventArgs.objectType property identifies whether a row or column header has been right clicked by the user. If it returns “row”, the ASPxClientGridViewContextMenuEventArgs.index property specifies the row’s visible index. Otherwise, if the ASPxClientGridViewContextMenuEventArgs.objectType proeprty returns “header”, the index property specifies the column’s absolute index.
Inheritance
ASPxClientEventArgs
ASPxClientGridViewContextMenuEventArgs
See Also