Back to Devexpress

ASPxVerticalGridRowDisplayTextEventArgs Class

aspnet-devexpress-dot-web-650ffd5c.md

latest2.3 KB
Original Source

ASPxVerticalGridRowDisplayTextEventArgs Class

Provides data for the ASPxVerticalGrid.CustomRowDisplayText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridRowDisplayTextEventArgs :
    ASPxGridColumnDisplayTextEventArgs
vb
Public Class ASPxVerticalGridRowDisplayTextEventArgs
    Inherits ASPxGridColumnDisplayTextEventArgs

ASPxVerticalGridRowDisplayTextEventArgs is the data class for the following events:

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

ASPxVerticalGridRowDisplayTextEventArgs Members

Vertical Grid

DevExpress.Web Namespace