Back to Devexpress

TreeListRowKind Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-3a0ad30b.md

latest2.3 KB
Original Source

TreeListRowKind Enum

Lists values that identify rows within the ASPxTreeList.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListRowKind
vb
Public Enum TreeListRowKind

Members

NameDescription
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.

|

The following properties accept/return TreeListRowKind values:

Remarks

The values listed in this enumeration are used to set the TreeListHtmlRowEventArgs.RowKind property.

See Also

RowKind

Tree List

DevExpress.Web.ASPxTreeList Namespace