Back to Devexpress

NewsItem Class

aspnet-devexpress-dot-web-fac4baff.md

latest3.5 KB
Original Source

NewsItem Class

Represents a news item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NewsItem :
    DataViewItem
vb
Public Class NewsItem
    Inherits DataViewItem

The following members return NewsItem objects:

Show 13 links

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.

  • 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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem DataViewItem NewsItem

See Also

NewsItem Members

ASPxNewsControl

News Control

DevExpress.Web Namespace