System.Web.UI.WebControls Namespace Menu Class
.NET Framework version 2.0
Returns or sets the URL to an image to display at the top of each dynamic menu item to separate it from other menu items.
Inline |
<asp:menu dynamictopseparatorimageurl = strUrl ... > |
Script |
Menu.DynamicTopSeparatorImageUrl [ = strUrl ] |
strUrl |
The URL to a separator image displayed at the top of each dynamic menu item. |
The property is read/write with no default value.
Use the DynamicTopSeparatorImageUrl property to specify an optional custom image to display at the top of each dynamic menu item. This image acts as a separator between menu items and is commonly an image of a line.
NOTE: You can also display a separator image at the bottom of each dynamic menu item by setting the DynamicBottomSeparatorImageUrl property.
Menu Members