Skip to main content
A newer version of this page is available. .

VerticalGridSettings.CustomRowDisplayText Property

Enables custom display text to be provided for any cell.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxVerticalGridRowDisplayTextEventHandler CustomRowDisplayText { get; set; }

Property Value

Type Description
ASPxVerticalGridRowDisplayTextEventHandler

A ASPxVerticalGridRowDisplayTextEventHandler delegate method allowing you to implement custom processing.

See Also