RssFeed Documented Class Library

RssFeed.AlternatingItemStyle Property

A TableItemStyle object that contains the style properties for each alternating RssItem in the RssFeed table. The default value is an empty TableItemStyle object.

public virtual System.Web.UI.WebControls.TableItemStyle AlternatingItemStyle {get;}

Property Value

A TableItemStyle object that contains the style properties of the alternating items in the RssFeed control. The default value is an empty TableItemStyle object.

Remarks

Use this property to provide a custom style for the alternating item cells of the RssFeed control. Common style attributes that can be adjusted include forecolor, backcolor, font, and content alignment within the cell.

See Also

RssFeed Class | skmRss Namespace