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

NewsItem(String) Constructor

Initializes a new instance of the NewsItem class with the specified header text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public NewsItem(
    string headerText
)

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.

See Also