ComponentOne ListView for ASP.NET Web Forms
Elements / C1ListView Items / C1ListViewDividerItem
In This Topic
    C1ListViewDividerItem
    In This Topic

    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