Skip to main content
Tab

ASPxVerticalGridEditorEventArgs Class

Provides data for the ASPxVerticalGrid.CellEditorInitialize event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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

See Also