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

ASPxGridViewEditorEventArgs Constructors

Provides data for the ASPxGridView.CellEditorInitialize and ASPxGridView.AutoFilterCellEditorInitialize events.
Name Parameters Description
ASPxGridViewEditorEventArgs(GridViewDataColumn, Int32, ASPxEditBase, Object, Object) column, visibleIndex, editor, keyValue, value Initializes a new instance of the ASPxGridViewEditorEventArgs class with the specified settings.
See Also