Skip to main content
A newer version of this page is available.
All docs
V19.2
Tab

ASPxVerticalGridRowDisplayTextEventArgs(VerticalGridDataRow, Int32, Object) Constructor

Initializes a new instance of the ASPxVerticalGridRowDisplayTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxVerticalGridRowDisplayTextEventArgs(
    VerticalGridDataRow row,
    int visibleIndex,
    object _value
)

Parameters

Name Type Description
row VerticalGridDataRow

A VerticalGridDataRow descendant that represents the data row which contains the processed cell. This value is assigned to the ASPxVerticalGridRowDisplayTextEventArgs.Row property.

visibleIndex Int32

An integer zero-based index that identifies the record where the processed cell resides. This value is assigned to the ASPxGridColumnDisplayTextEventArgs.VisibleIndex property.

_value Object

An object that represents the cell’s edit value. This value is assigned to the ASPxGridColumnDisplayTextEventArgs.Value property.

See Also