System.Web.UI.WebControls.Menu.DynamicBottomSeparatorImageUrl Property

Gets or sets the URL to an image to display at the bottom of each dynamic menu item to separate it from other menu items.

Syntax

[System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Web.UI.UrlProperty]
[System.ComponentModel.DefaultValue("")]
[System.Web.UI.Themeable(true)]
public string DynamicBottomSeparatorImageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Menu.DynamicBottomSeparatorImageUrl property to specify an optional custom image to display at the bottom 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 top of each dynamic menu item by setting the Menu.DynamicTopSeparatorImageUrl property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0