Skip to main content
Tab

ASPxVerticalGridRowDisplayTextEventArgs Class

Provides data for the ASPxVerticalGrid.CustomRowDisplayText event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxVerticalGridRowDisplayTextEventArgs :
    ASPxGridColumnDisplayTextEventArgs

Remarks

The ASPxVerticalGrid.CustomRowDisplayText event can be used to provide custom display text for specific cells in an ASPxVerticalGrid.

The cell currently being processed is referred to by the row and record. The row is specified by the ASPxVerticalGridRowDisplayTextEventArgs.Row property. The record can be identified by the ASPxGridColumnDisplayTextEventArgs.VisibleIndex property. The cell’s display text is specified by the ASPxGridColumnDisplayTextEventArgs.DisplayText property.

Inheritance

Object
EventArgs
ASPxGridColumnDisplayTextEventArgs
ASPxVerticalGridRowDisplayTextEventArgs
See Also