Skip to main content

TreeListSettings.HtmlRowPrepared Property

Enables the settings of individual rows to be changed.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public TreeListHtmlRowEventHandler HtmlRowPrepared { get; set; }

Property Value

Type Description
TreeListHtmlRowEventHandler

A TreeListHtmlRowEventHandler delegate method allowing you to implement custom processing.

Remarks

The HtmlRowPrepared event is raised for each row (node, preview, footer, group footer) within the TreeList. You can handle this event to change the style settings of individual rows.

The processed row is identified by the TreeListHtmlRowEventArgs.RowKind property.

See Also