RssFeed Documented Class Library

RssFeed.HeaderStyle Property

A TableItemStyle object that contains the style properties for the header section of the RssFeed table. The default value is an empty TableItemStyle object.

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

Property Value

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

Remarks

Use this property to provide a custom style for the heading section of the RssFeed control. Common style attributes that can be adjusted include forecolor, backcolor, font, and content alignment within the cell. Providing a different style enhances the appearance of the RssFeed control.

See Also

RssFeed Class | skmRss Namespace