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

ASPxGridEditorCreateEventArgs(IWebGridDataColumnBase, Int32, EditPropertiesBase, Object, Object) Constructor

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridEditorCreateEventArgs(
    IWebGridDataColumnBase column,
    int visibleIndex,
    EditPropertiesBase editorProperties,
    object keyValue,
    object value
)

Parameters

Name Type
column DevExpress.Web.Internal.IWebGridDataColumnBase
visibleIndex Int32
editorProperties EditPropertiesBase
keyValue Object
value Object
See Also