Hierarchical list item type.

Namespace: MonoSoftware.MonoX.Controls.HierarchicalRepeater
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public enum HierarchicalListItemType
Visual Basic
Public Enumeration HierarchicalListItemType
Visual C++
public enum class HierarchicalListItemType
F#
type HierarchicalListItemType

Members

Member nameValueDescription
HeaderTemplate0
FooterTemplate1
ItemHeaderTemplate2
ItemTemplate3
ItemFooterTemplate4
DepthHeaderTemplate5
DepthFooterTemplate6

See Also