Skip to main content
A newer version of this page is available. .
Tab

NewsItem Class

Represents a news item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class NewsItem :
    DataViewItem

Remarks

The ASPxNewsControl is designed to display news or announcements on a web page. News items are represented by the NewsItem class. A news item can display the header, date and image.

The item’s URL is specified by the NewsItem.NavigateUrl property. To customize the settings that are common to all news items, use the ASPxNewsControl.ItemSettings property.

See Also