ListView for ASP.NET Web Forms
C1ListViewDividerItem
Elements > C1ListView Items > C1ListViewDividerItem

C1ListViewDividerItem inserts a static divider between two C1ListViewItems. By default, this item is displayed with theme swatch 'b'. The item can be themed globally by the C1ListView DividerTheme property, or by the individual C1ListViewDividerItem's Theme property.  A C1ListViewDividerItem should resemble one of the following images:

Default DividerItem:

DividerItem with the Text property set:

The following markup is used to create a C1ListViewDividerItem that resembles the image above:

<cc1:C1ListViewDividerItem Theme="c" Text="Divider"></cc1:C1ListViewDividerItem>
See Also