RssFeed Documented Class Library

RssFeed.ItemStyle Property

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

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

Property Value

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

Remarks

Use this property to provide a custom style for the 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