Search

Search:

Namespace:

Search Result
.

This property accepts a string of ToolbarItem names. Use commas ( , ) to separate items. A pipe ( | ) will insert a ToolbarSeparator and a semicolon ( ; ) will start a new Toolbar.

.
                    <FTB:ToolbarSeparator runat="server" />
.
    toolbar2.Items.Add(new ToolbarSeparator());