Back to Devexpress

ASPxVerticalGridEditorEventArgs Class

aspnet-devexpress-dot-web-3446b27a.md

latest1.6 KB
Original Source

ASPxVerticalGridEditorEventArgs Class

Provides data for the ASPxVerticalGrid.CellEditorInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridEditorEventArgs :
    ASPxGridEditorEventArgs
vb
Public Class ASPxVerticalGridEditorEventArgs
    Inherits ASPxGridEditorEventArgs

ASPxVerticalGridEditorEventArgs is the data class for the following events:

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

ASPxVerticalGridEditorEventArgs Members

Vertical Grid

DevExpress.Web Namespace