Back to Devexpress

VerticalGridSettings.CustomRowDisplayText Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-181d3928.md

latest1.5 KB
Original Source

VerticalGridSettings.CustomRowDisplayText Property

Enables custom display text to be provided for any cell.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxVerticalGridRowDisplayTextEventHandler CustomRowDisplayText { get; set; }
vb
Public Property CustomRowDisplayText As ASPxVerticalGridRowDisplayTextEventHandler

Property Value

TypeDescription
ASPxVerticalGridRowDisplayTextEventHandler

A ASPxVerticalGridRowDisplayTextEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace