skmMenu: An ASP.NET Menu Control

Menu.GridLines Property

Sets or Gets the menu's gridline property.

public System.Web.UI.WebControls.GridLines GridLines {get; set;}

Property Value

This property is set with one of the GridLines enumeration values. The default is None.

Remarks

Menus and submenus are rendered as HTML tables. This property, then, specifies the rendered table's GridLines property value. The following table lists the possible values:

ValueDescription
NoneNo cell border is displayed.
HorizontalOnly the upper and lower borders of the cells in a data listing control are displayed.
VerticalOnly the left and right borders of the cells in the data list control are displayed.
BothAll borders of the cells in a data listing control are displayed.

See Also

Menu Class | skmMenu Namespace