Skip to main content

VerticalGridSettings.CustomRowDisplayText Property

Enables custom display text to be provided for any cell.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxVerticalGridRowDisplayTextEventHandler CustomRowDisplayText { get; set; }

Property Value

Type Description
ASPxVerticalGridRowDisplayTextEventHandler

A ASPxVerticalGridRowDisplayTextEventHandler delegate method allowing you to implement custom processing.

See Also