aspnet-devexpress-dot-web-650ffd5c.md
Provides data for the ASPxVerticalGrid.CustomRowDisplayText event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxVerticalGridRowDisplayTextEventArgs :
ASPxGridColumnDisplayTextEventArgs
Public Class ASPxVerticalGridRowDisplayTextEventArgs
Inherits ASPxGridColumnDisplayTextEventArgs
ASPxVerticalGridRowDisplayTextEventArgs is the data class for the following events:
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.
Object EventArgs ASPxGridColumnDisplayTextEventArgs ASPxVerticalGridRowDisplayTextEventArgs
See Also