TreeListSettings.HtmlRowPrepared Property
Enables the settings of individual rows to be changed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TreeListHtmlRowEventHandler HtmlRowPrepared { get; set; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#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.