TreeListHtmlRowEventArgs.RowKind Property
Gets the processed row’s type.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| TreeListRowKind | A TreeListRowKind enumeration value that specifies the row’s type. |
Available values:
| Name | Description |
|---|---|
| Header | Corresponds to a row that contains column headers. |
| Data | Corresponds to a node (data row). |
| Preview | Corresponds to a preview row. |
| GroupFooter | Corresponds to a group footer. |
| Footer | Corresponds to theASPxTreeList’s Footer. |
| InlineEdit | Corresponds to the In-Line Edit Node. |
| EditForm | Corresponds to a row that contains the Edit Form. |
| Error | Corresponds to the Error Node. |
See Also