TreeListRowKind Enum
In This Article
Lists values that identify rows within the ASPxTreeList.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Header
|
Corresponds to a row that contains column headers. |
Data
|
Corresponds to a node (data row). |
Preview
|
Corresponds to a preview row. |
Group
|
Corresponds to a group footer. |
Footer
|
Corresponds to the |
Inline
|
Corresponds to the In-Line Edit Node. |
Edit
|
Corresponds to a row that contains the Edit Form. |
Error
|
Corresponds to the Error Node. |
#Related API Members
The following properties accept/return TreeListRowKind values:
#Remarks
The values listed in this enumeration are used to set the TreeListHtmlRowEventArgs.RowKind property.
See Also