aspnet-devexpress-dot-web-fac4baff.md
Represents a news item.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class NewsItem :
DataViewItem
Public Class NewsItem
Inherits DataViewItem
The following members return NewsItem objects:
Show 13 links
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.
Header
Date
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.
Object StateManager CollectionItem DataViewItem NewsItem
See Also