ASPxVerticalGridEditorEventArgs Class
In This Article
Provides data for the ASPxVerticalGrid.CellEditorInitialize event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxVerticalGridEditorEventArgs :
ASPxGridEditorEventArgs
#Remarks
The ASPxVerticalGridEditorEventArgs class provides properties that allow you to identify the processed data cell, its editor and value.
#Inheritance
Object
EventArgs
ASPxGridItemEventArgs
ASPxGridEditorEventArgs
ASPxVerticalGridEditorEventArgs
See Also