RssFeed Documented Class Library

RssFeed.GridLines Property

One of the GridLines enumeration values. The default is Both.

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

Remarks

Use the GridLines property to specify whether the border between the cells of a data listing control is displayed. This property is set with one of the GridLines enumeration values. 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

RssFeed Class | skmRss Namespace