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

NewsItem(String, String, String, String, String) Constructor

Initializes a new instance of the NewsItem class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public NewsItem(
    string headerText,
    string text,
    string navigateUrl,
    string name,
    string imageUrl
)

Parameters

Name Type Description
headerText String

A string value that specifies the text dispalyed within the item’s header. This value is assigned to the NewsItem.HeaderText property.

text String

A string value that specifies the item’s contents. This value is assigned to the NewsItem.Text property.

navigateUrl String

A string value that specifies the item’s URL. This value is assigned to the NewsItem.NavigateUrl property.

name String

A string value that specifies the item’s unique identifier name.

imageUrl String

A string value that specifies the location of the item’s image.

See Also